3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-03 01:40:22 +00:00

remove some debug output

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2025-06-30 15:39:00 -07:00
parent 7361b8c474
commit 119e54f3a9
4 changed files with 0 additions and 52 deletions

View file

@ -148,7 +148,6 @@ namespace {
void flush_statistics() override {
// Force aggregation of theory statistics before collecting them
std::cout << "[DEBUG] smt_solver::flush_statistics() called\n";
m_context.flush_statistics();
}