Skip to content

Commit 95be0cf

Browse files
remove verbose output
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent e549286 commit 95be0cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ast/simplifiers/solve_eqs.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ namespace euf {
133133

134134

135135
m_todo.push_back(t);
136-
verbose_stream() << "check " << mk_pp(t, m) << "\n";
137136
expr_fast_mark1 visited;
138137
while (!m_todo.empty()) {
139138
expr* e = m_todo.back();

0 commit comments

Comments
 (0)