Skip to content

Commit 6b343c2

Browse files
committed
aiger2: Clean debug print
1 parent 559209c commit 6b343c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontends/aiger2/xaiger.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ struct Xaiger2Frontend : public Frontend {
203203
/* unused box_id = */ read_be32(*f);
204204
auto box_seq = read_be32(*f);
205205

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

209208
auto [cell, def] = boxes[box_seq];

0 commit comments

Comments
 (0)