3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-04-28 23:03:36 +00:00

remove the debug print

This commit is contained in:
Lev Nachmanson 2025-11-24 07:54:06 -10:00
parent 98a3d2af15
commit 97f7e6fac4

View file

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