mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
remove the debug output
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
67eaff4490
commit
3b87cdfd0f
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue