mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
Remove commented verbose output in sls_bv_plugin.cpp during repair process
This commit is contained in:
parent
0308a92ea6
commit
acd6f1d0ef
1 changed files with 0 additions and 2 deletions
|
@ -166,10 +166,8 @@ namespace sls {
|
|||
else if (bv.is_bv(e)) {
|
||||
log(e, true, false);
|
||||
IF_VERBOSE(5, verbose_stream() << "repair-up "; trace_repair(true, e));
|
||||
//verbose_stream() << "set random " << m_eval.wval(e) << " --> ";
|
||||
auto& v = m_eval.wval(e);
|
||||
m_eval.set_random(e);
|
||||
//verbose_stream() << m_eval.wval(e) << "\n";
|
||||
ctx.new_value_eh(e);
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue