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:
parent
04f94d818f
commit
35d4605425
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue