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:
parent
e920648c1e
commit
18df6ce1fe
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue