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:
parent
cfb3ece846
commit
9369a14825
3 changed files with 0 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue