diff --git a/src/smt/theory_lra.cpp b/src/smt/theory_lra.cpp index 4a090a798..afedc460a 100644 --- a/src/smt/theory_lra.cpp +++ b/src/smt/theory_lra.cpp @@ -1676,7 +1676,6 @@ public: return FC_CONTINUE; case FC_GIVEUP: TRACE("arith", tout << "check-nra giveup\n";); - verbose_stream() << "giveup nla\n"; st = FC_GIVEUP; break; }