mirror of
https://github.com/Z3Prover/z3
synced 2025-11-04 21:39:13 +00:00
remove debug output
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
1b9f27a798
commit
9442b41716
1 changed files with 0 additions and 1 deletions
|
|
@ -304,7 +304,6 @@ class smt_printer {
|
|||
|
||||
void visit_sort(sort* s, bool bool2int = false) {
|
||||
symbol sym;
|
||||
verbose_stream() << "visit sort " << s->get_name() << "\n";
|
||||
if (s->is_sort_of(m_bv_fid, BV_SORT)) {
|
||||
sym = symbol("BitVec");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue