remove print statements
[pinmux.git] / src / bsv / actual_pinmux.py
index e37fc5888f0a548dfa2d4d9d70072cdc2077ab74..d35757b65bd62a5c52fc77ecd771ef7d8ca0f788 100644 (file)
@@ -83,7 +83,7 @@ def mkcomment(ifaces, cell, idx, outenmode=False):
         return ' // unused'
     temp = transfn(cname)
     x = ifaces.getifacetype(temp)
-    print (cname, x)
+    #print (cname, x)
     if x == 'input':
         return ' // %s is an input' % cname
     if outenmode and x == 'inout':