3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00

remove debug code and improve printing

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2020-02-04 16:08:24 -08:00
parent 0d95c780d1
commit c562a1f883
2 changed files with 1 additions and 3 deletions

View file

@ -497,8 +497,6 @@ namespace smt {
);
display_lemma_as_smt_problem(out, num_antecedents, antecedents, num_eq_antecedents, eq_antecedents, consequent, logic);
out.close();
if (m_lemma_id == 1444)
exit(0);
return m_lemma_id;
}