Skip to content

Commit 0a8b924

Browse files
remove print
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent b76dee7 commit 0a8b924

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/smt/smt_context.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3318,7 +3318,6 @@ namespace smt {
33183318
\brief Execute some finalization code after performing the search.
33193319
*/
33203320
lbool context::check_finalize(lbool r) {
3321-
if (r == l_undef) std::cout << m_unknown << "\n";
33223321
TRACE("after_search", display(tout << "result: " << r << "\n"););
33233322
display_profile(verbose_stream());
33243323
if (r == l_true && get_cancel_flag()) {

0 commit comments

Comments
 (0)