mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 18:31:49 +00:00
remove the debug output
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
67eaff4490
commit
3b87cdfd0f
|
@ -309,8 +309,6 @@ namespace smt {
|
|||
|
||||
// the original row was delete or it is not offset row anymore ===> remove it from table
|
||||
}
|
||||
if (y == -1)
|
||||
std::cout << "h";
|
||||
// add new entry
|
||||
m_var_offset2row_id.insert(key, rid);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue