Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
rmanohar committed Feb 4, 2023
1 parent 6d8c458 commit 22c2957
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions chpsim.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1473,10 +1473,6 @@ int ChpSim::Step (Event *ev)
int choice = -1;
BigInt res;

if (stmt->type == CHPSIM_COND || stmt->type == CHPSIM_CONDARB) {
printf ("cond");
}

#ifdef DUMP_ALL
if (stmt->type == CHPSIM_COND || stmt->type == CHPSIM_CONDARB) {
printf ("cond");
Expand Down

0 comments on commit 22c2957

Please sign in to comment.