mirror of
https://github.com/Z3Prover/z3
synced 2026-02-21 15:57:35 +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) {
|
void visit_sort(sort* s, bool bool2int = false) {
|
||||||
symbol sym;
|
symbol sym;
|
||||||
verbose_stream() << "visit sort " << s->get_name() << "\n";
|
|
||||||
if (s->is_sort_of(m_bv_fid, BV_SORT)) {
|
if (s->is_sort_of(m_bv_fid, BV_SORT)) {
|
||||||
sym = symbol("BitVec");
|
sym = symbol("BitVec");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue