mirror of
https://github.com/Z3Prover/z3
synced 2025-04-14 12:58:44 +00:00
remove stdout
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
82236d44c6
commit
d20259b57a
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue