Skip to content

Commit

Permalink
read_xaiger2: Rm debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
povik committed Dec 5, 2024
1 parent 66734f5 commit cf0a583
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontends/aiger2/xaiger.cc
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,6 @@ struct Xaiger2Frontend : public Frontend {
/* unused box_id = */ read_be32(*f);
auto box_seq = read_be32(*f);

log("box_seq=%d boxes.size=%d\n", box_seq, (int) boxes.size());
log_assert(box_seq < boxes.size());

auto [cell, def] = boxes[box_seq];
Expand Down

0 comments on commit cf0a583

Please sign in to comment.