mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
remove useless log
This commit is contained in:
parent
ddbca68270
commit
6393ed78d7
|
@ -509,7 +509,6 @@ struct goal2sat::imp : public sat::sat_internalizer {
|
||||||
|
|
||||||
m_result_stack.shrink(old_sz);
|
m_result_stack.shrink(old_sz);
|
||||||
m_result_stack.push_back(l);
|
m_result_stack.push_back(l);
|
||||||
TRACE("goal2sat", tout << m_result_stack << "\n";);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue