diff --git a/src/smt/theory_lra.cpp b/src/smt/theory_lra.cpp index 714ba3b50..fc33ad1ce 100644 --- a/src/smt/theory_lra.cpp +++ b/src/smt/theory_lra.cpp @@ -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(m_not_handled)); m_not_handled = n; }