From 0b87349dc0399be3241b8946f5ebea883c9ddb7a Mon Sep 17 00:00:00 2001 From: Henry Gomersall Date: Fri, 27 May 2016 12:52:43 +0100 Subject: [PATCH] Removed redundant print statement in VHDL conversion. --- myhdl/conversion/_toVHDL.py | 1 - 1 file changed, 1 deletion(-) diff --git a/myhdl/conversion/_toVHDL.py b/myhdl/conversion/_toVHDL.py index 7ff9ef9e..86e9590d 100644 --- a/myhdl/conversion/_toVHDL.py +++ b/myhdl/conversion/_toVHDL.py @@ -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: