3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-24 12:07:52 +00:00

remove a printout

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2025-08-07 07:14:14 -07:00 committed by Lev Nachmanson
parent 3eda3867d3
commit f5016b4433

View file

@ -1017,7 +1017,6 @@ public:
void apply_sort_cnstr(enode* n, sort*) { void apply_sort_cnstr(enode* n, sort*) {
TRACE(arith, tout << "sort constraint: " << pp(n) << "\n";); TRACE(arith, tout << "sort constraint: " << pp(n) << "\n";);
std::cout << "sort constraint: " << pp(n) << " " << __FILE__ << ":" << __LINE__ << "\n";
#if 0 #if 0
if (!th.is_attached_to_var(n)) if (!th.is_attached_to_var(n))
mk_var(n->get_owner()); mk_var(n->get_owner());