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:
parent
5e737641b7
commit
72ec6dc8e1
2 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue