mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
remove stdout print
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e920648c1e
commit
18df6ce1fe
|
@ -469,7 +469,6 @@ class theory_lra::imp {
|
|||
}
|
||||
|
||||
void found_unsupported(expr* n) {
|
||||
std::cout << "unsupported: " << mk_pp(n, m) << "\n";
|
||||
ctx().push_trail(value_trail<context, expr*>(m_not_handled));
|
||||
m_not_handled = n;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue