Skip to content

Commit 5c5e43e

Browse files
authored
Merge pull request #7435 from remi-delmas-3000/fix-verbosity
CONTRACTS: remove leftover debug print
2 parents 3f4fdc1 + 1aa665a commit 5c5e43e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/goto-instrument/contracts/dynamic-frames/dfcc_lift_memory_predicates.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -357,10 +357,6 @@ void dfcc_lift_memory_predicatest::lift_parameters_and_update_body(
357357
}
358358
}
359359
}
360-
for(auto instruction : body.instructions)
361-
{
362-
instruction.output(log.debug());
363-
}
364360
}
365361

366362
void dfcc_lift_memory_predicatest::lift_predicate(

0 commit comments

Comments
 (0)