diff --git a/src/smt/theory_lra.cpp b/src/smt/theory_lra.cpp index 8bf17ec4d..21e021ea7 100644 --- a/src/smt/theory_lra.cpp +++ b/src/smt/theory_lra.cpp @@ -1480,7 +1480,6 @@ public: m_model_eqs.reset(); svector vars; theory_var sz = static_cast(th.get_num_vars()); - verbose_stream() << "check " << sz << "\n"; for (theory_var v = 0; v < sz; ++v) { enode * n1 = get_enode(v); if (!th.is_relevant_and_shared(n1)) {