Skip to content

Commit

Permalink
remove stdout
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed May 5, 2020
1 parent 82236d4 commit d20259b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/ast/rewriter/poly_rewriter_def.h
Original file line number Diff line number Diff line change
Expand Up @@ -980,10 +980,7 @@ bool poly_rewriter<Config>::hoist_ite(expr_ref& e) {
++i;
}
if (!pinned.empty()) {
std::cout << "hoist: " << e << "\n";
e = mk_add_app(adds.size(), adds.c_ptr());
std::cout << "hoisted: " << e << "\n";

return true;
}
return false;
Expand Down

0 comments on commit d20259b

Please sign in to comment.