Skip to content

Commit

Permalink
Merge pull request #4801 from povik/aiger2-rm-print
Browse files Browse the repository at this point in the history
read_xaiger2: Rm debug print
  • Loading branch information
povik authored Dec 5, 2024
2 parents 66734f5 + cf0a583 commit 4cdca66
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 4cdca66

Please sign in to comment.