Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
RCoeurjoly committed Aug 19, 2024
1 parent c88acc6 commit 959240d
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 959240d

Please sign in to comment.