Skip to content

Commit

Permalink
remove verbose output
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Dec 21, 2024
1 parent 578804a commit 3b2315d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ast/rewriter/bv_rewriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1055,8 +1055,6 @@ br_status bv_rewriter::mk_bv_ashr(expr * arg1, expr * arg2, expr_ref & result) {
return BR_REWRITE1; // not really needed at this time.
}

verbose_stream() << "ashr : " << mk_pp(arg1, m) << " " << mk_pp(arg2, m) << "\n";

if (num_leading_zero_bits(arg1) > 0 && is_num2) {
SASSERT(r2 > 0);
if (r2 >= bv_size) {
Expand Down

0 comments on commit 3b2315d

Please sign in to comment.