3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-19 12:23:38 +00:00

remove stdout print

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-02-03 08:19:34 -08:00
parent e920648c1e
commit 18df6ce1fe

View file

@ -469,7 +469,6 @@ class theory_lra::imp {
} }
void found_unsupported(expr* n) { void found_unsupported(expr* n) {
std::cout << "unsupported: " << mk_pp(n, m) << "\n";
ctx().push_trail(value_trail<context, expr*>(m_not_handled)); ctx().push_trail(value_trail<context, expr*>(m_not_handled));
m_not_handled = n; m_not_handled = n;
} }