mirror of
https://github.com/myhdl/myhdl.git
synced 2024-12-14 07:44:38 +08:00
Removed redundant print statement in VHDL conversion.
This commit is contained in:
parent
8d386aac23
commit
0b87349dc0
@ -1431,7 +1431,6 @@ class _ConvertVisitor(ast.NodeVisitor, _ConversionMixin):
|
||||
a = node.args[argnr]
|
||||
argnr += 1
|
||||
to_string = "to_string"
|
||||
print(s)
|
||||
if s.conv is int:
|
||||
a.vhd = vhd_int()
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user