Skip to content

Commit

Permalink
aiger2: Clean debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
povik committed Nov 13, 2024
1 parent f8e0e12 commit 2b50048
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontends/aiger2/xaiger.cc
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,6 @@ struct Xaiger2Frontend : public Frontend {
box_outputs = read_be32(*f);
box_id = read_be32(*f);
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 2b50048

Please sign in to comment.