mirror of
https://github.com/Z3Prover/z3
synced 2026-05-17 07:29:28 +00:00
remove print
This commit is contained in:
parent
1198d9aaa5
commit
a12be9670c
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue