3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-19 23:14:40 +00:00

remove the debug print

This commit is contained in:
Lev Nachmanson 2025-11-24 07:54:06 -10:00 committed by Nikolaj Bjorner
parent 7d48a7318e
commit 80acfbeea3

View file

@ -1799,7 +1799,6 @@ namespace nlsat {
}
result.shrink(base);
m_result = nullptr;
std::cout << "switch\n";
}
}
}