3
0
Fork 0
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:
Lev Nachmanson 2020-06-10 16:24:54 -07:00
parent 67eaff4490
commit 3b87cdfd0f

View file

@ -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);
}