mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 10:25:18 +00:00
revert log addition
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
0ab102cbec
commit
8c7525c97f
|
@ -399,7 +399,6 @@ namespace smt {
|
|||
TRACE("qi_queue", display_delayed_instances_stats(tout); tout << "lazy threshold: " << m_params.m_qi_lazy_threshold
|
||||
<< ", scope_level: " << m_context.get_scope_level() << "\n";);
|
||||
|
||||
verbose_stream() << "delayed entries " << m_delayed_entries.size() << "\n";
|
||||
if (m_params.m_qi_conservative_final_check) {
|
||||
bool init = false;
|
||||
float min_cost = 0.0;
|
||||
|
|
Loading…
Reference in a new issue