mirror of
https://github.com/Z3Prover/z3
synced 2025-05-14 19:24:44 +00:00
clean up debug output
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c1b243a8e3
commit
356835533a
3 changed files with 21 additions and 28 deletions
|
@ -474,7 +474,6 @@ namespace smt {
|
|||
if (pb.is_aux_bool(atom)) {
|
||||
bool_var abv = ctx.mk_bool_var(atom);
|
||||
ctx.set_var_theory(abv, get_id());
|
||||
std::cout << "aux bool " << ctx.get_scope_level() << " " << mk_pp(atom, get_manager()) << " " << literal(abv) << "\n";
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue