mirror of https://github.com/YosysHQ/yosys.git
Remove log
This commit is contained in:
parent
91e3773b51
commit
27c1432253
|
@ -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);
|
||||
} |
|
||||
|
|
Loading…
Reference in New Issue