3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-04-28 14:53:36 +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); result.shrink(base);
m_result = nullptr; m_result = nullptr;
std::cout << "switch\n";
} }
} }
} }