diff --git a/src/smt/theory_lra.cpp b/src/smt/theory_lra.cpp index 10b6888c9..f3d9a5169 100644 --- a/src/smt/theory_lra.cpp +++ b/src/smt/theory_lra.cpp @@ -1017,7 +1017,6 @@ public: void apply_sort_cnstr(enode* n, sort*) { TRACE(arith, tout << "sort constraint: " << pp(n) << "\n";); - std::cout << "sort constraint: " << pp(n) << " " << __FILE__ << ":" << __LINE__ << "\n"; #if 0 if (!th.is_attached_to_var(n)) mk_var(n->get_owner());