3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-05-17 07:29:28 +00:00

remove print

This commit is contained in:
Nikolaj Bjorner 2026-05-16 17:05:51 -07:00
parent 1198d9aaa5
commit a12be9670c

View file

@ -229,7 +229,6 @@ public:
void linearize(dependency * d, vector<value, T> & vs) const {
if (!d)
return;
std::cout << "linearize " << this << " " << d << "\n";
SASSERT(m_todo.empty());
d->mark();
m_todo.push_back(d);