3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-12-07 04:22:24 +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);
m_result = nullptr;
std::cout << "switch\n";
}
}
}