We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66734f5 commit cf0a583Copy full SHA for cf0a583
frontends/aiger2/xaiger.cc
@@ -341,7 +341,6 @@ struct Xaiger2Frontend : public Frontend {
341
/* unused box_id = */ read_be32(*f);
342
auto box_seq = read_be32(*f);
343
344
- log("box_seq=%d boxes.size=%d\n", box_seq, (int) boxes.size());
345
log_assert(box_seq < boxes.size());
346
347
auto [cell, def] = boxes[box_seq];
0 commit comments