3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-10 03:07:07 +00:00

remove spurious output to stdout

This commit is contained in:
Nikolaj Bjorner 2022-06-12 10:44:07 -07:00
parent 04f94d818f
commit 35d4605425

View file

@ -398,7 +398,6 @@ namespace sat {
else
m_learned[j++] = &c;
}
std::cout << "gc: " << to_gc.size() << " " << m_learned.size() << " -> " << j << "\n";
SASSERT(m_learned.size() - j == to_gc.size());
m_learned.shrink(j);
}