Skip to content

Commit c448033

Browse files
fixing #2448 and #2445 and #2443
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent 3d1c40c commit c448033

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/smt/theory_seq.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2519,7 +2519,6 @@ bool theory_seq::occurs(expr* a, expr* b) {
25192519
b = m_todo.back();
25202520
if (a == b || m.is_ite(b)) {
25212521
m_todo.reset();
2522-
std::cout << " yes\n";
25232522
return true;
25242523
}
25252524
m_todo.pop_back();

0 commit comments

Comments
 (0)