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 559209c commit 6b343c2Copy full SHA for 6b343c2
frontends/aiger2/xaiger.cc
@@ -203,7 +203,6 @@ struct Xaiger2Frontend : public Frontend {
203
/* unused box_id = */ read_be32(*f);
204
auto box_seq = read_be32(*f);
205
206
- log("box_seq=%d boxes.size=%d\n", box_seq, (int) boxes.size());
207
log_assert(box_seq < boxes.size());
208
209
auto [cell, def] = boxes[box_seq];
0 commit comments