mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
remove debug code
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5e737641b7
commit
72ec6dc8e1
|
@ -2548,7 +2548,6 @@ class qe_lite_tactic : public tactic {
|
|||
}
|
||||
if (f != new_f) {
|
||||
TRACE("qe", tout << mk_pp(f, m) << "\n" << new_f << "\n";);
|
||||
debug_diff(f, new_f);
|
||||
g->update(i, new_f, new_pr, g->dep(i));
|
||||
}
|
||||
}
|
||||
|
|
|
@ -105,7 +105,6 @@ bool proto_model::eval(expr * e, expr_ref & result, bool model_completion) {
|
|||
m_eval.set_model_completion(model_completion);
|
||||
try {
|
||||
m_eval(e, result);
|
||||
std::cout << result << "\n";
|
||||
return true;
|
||||
}
|
||||
catch (model_evaluator_exception & ex) {
|
||||
|
|
Loading…
Reference in a new issue