Skip to content

Commit

Permalink
Got rid of debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert van Renesse committed Jan 21, 2024
1 parent 0df26ec commit 8760cca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion harmony_model_checker/charm/charm.c
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,6 @@ static void run_direct(struct state *state){
break;
}
if (step.ctx->stopped) {
printf("Context has stopped\n");
break;
}

Expand Down

0 comments on commit 8760cca

Please sign in to comment.