mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 17:45:32 +00:00
remove dbg pp
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
546a9b8f03
commit
76c9abada2
2 changed files with 5 additions and 4 deletions
|
@ -65,9 +65,6 @@ struct simplify_tactic::imp {
|
|||
proof * pr = g.pr(idx);
|
||||
new_pr = m().mk_modus_ponens(pr, new_pr);
|
||||
}
|
||||
if (m_manager.is_false(new_curr)) {
|
||||
std::cout << mk_pp(curr, m_manager) << " => " << new_curr << "\n";
|
||||
}
|
||||
g.update(idx, new_curr, new_pr, g.dep(idx));
|
||||
}
|
||||
TRACE("after_simplifier_bug", g.display(tout););
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue