Skip to content

Commit cf0a583

Browse files
committed
read_xaiger2: Rm debug print
1 parent 66734f5 commit cf0a583

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
@@ -341,7 +341,6 @@ struct Xaiger2Frontend : public Frontend {
341341
/* unused box_id = */ read_be32(*f);
342342
auto box_seq = read_be32(*f);
343343

344-
log("box_seq=%d boxes.size=%d\n", box_seq, (int) boxes.size());
345344
log_assert(box_seq < boxes.size());
346345

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

0 commit comments

Comments
 (0)