3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-14 14:55:25 +00:00

remove debug code

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2016-03-21 16:58:48 -07:00
parent 5e737641b7
commit 72ec6dc8e1
2 changed files with 0 additions and 2 deletions

View file

@ -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) {