Skip to content

Commit 4cdca66

Browse files
authored
Merge pull request #4801 from povik/aiger2-rm-print
read_xaiger2: Rm debug print
2 parents 66734f5 + cf0a583 commit 4cdca66

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)