3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-25 23:19:32 +00:00

remove debug out

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2025-10-28 14:24:53 -07:00
parent cfb3ece846
commit 9369a14825
3 changed files with 0 additions and 4 deletions

View file

@ -195,7 +195,6 @@ namespace smt {
if (m_on_clause_eh) {
// Encode status as an integer flag for simplicity.
unsigned st_code = 0;
IF_VERBOSE(0, if (status::assumption != st) verbose_stream() << "status " << st << "\n");
switch (st) {
case status::assumption: st_code = 1; break;
case status::lemma: st_code = 2; break;