Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
RCoeurjoly authored and whitequark committed Aug 21, 2024
1 parent 91e3773 commit 27c1432
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontends/rtlil/rtlil_parser.y
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,6 @@ constant:
$$->bits.push_back(*it);
if (is_signed) {
$$->flags |= RTLIL::CONST_FLAG_SIGNED;
log("Setting SIGNED flag for constant with width %d\n", width);
}
free($1);
} |
Expand Down

0 comments on commit 27c1432

Please sign in to comment.