3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-09-08 18:51:26 +00:00

remove debug out

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2025-08-31 17:41:42 -07:00
parent 4c0c199e32
commit 49703f8bba

View file

@ -81,7 +81,6 @@ namespace nla {
if (propagate_quotients())
return;
IF_VERBOSE(0, m_solver.display(verbose_stream() << "grobner\n"));
}
catch (...) {