mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 03:57:51 +00:00
remove a printout
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
3eda3867d3
commit
f5016b4433
1 changed files with 0 additions and 1 deletions
|
@ -1017,7 +1017,6 @@ public:
|
|||
|
||||
void apply_sort_cnstr(enode* n, sort*) {
|
||||
TRACE(arith, tout << "sort constraint: " << pp(n) << "\n";);
|
||||
std::cout << "sort constraint: " << pp(n) << " " << __FILE__ << ":" << __LINE__ << "\n";
|
||||
#if 0
|
||||
if (!th.is_attached_to_var(n))
|
||||
mk_var(n->get_owner());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue