Skip to content

Commit

Permalink
removed debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Klix committed Jul 19, 2024
1 parent c1c8f8c commit 23cd8b7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/z3_utils/src/simplification.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2019,8 +2019,6 @@ namespace hal
{
Result<z3::expr> simplify_local(const z3::expr& e, std::unordered_map<u32, z3::expr>& cache, const bool check_correctness)
{
std::cout << "start simplification" << std::endl;

const u32 max_loop_iterations = 128;
u32 iteration = 0;

Expand Down

0 comments on commit 23cd8b7

Please sign in to comment.