Skip to content

Commit fe27ca1

Browse files
remove verbose output
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent 50f9fdd commit fe27ca1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/qe/mbp/mbp_euf.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,6 @@ namespace mbp {
128128
m_parents.insert_if_not_there(arg, {}).push_back(t);
129129
}
130130
}
131-
for (auto [key, value] : m_reps)
132-
verbose_stream() << mk_pp(key, m) << " -> " << mk_pp(value, m) << "\n";
133131
unsigned j = 0;
134132
bool solved = false;
135133
for (app* v : vars) {
@@ -204,7 +202,6 @@ namespace mbp {
204202
for (auto e : partition) {
205203
if (a == e)
206204
continue;
207-
verbose_stream() << "Unify " << mk_pp(a, m) << " with " << mk_pp(e, m) << "\n";
208205
if (!same_decl(a, e))
209206
continue;
210207
app* b = to_app(e);

0 commit comments

Comments
 (0)