remove redunant debug output
[sv2nmigen.git] / pypreproc.py
index 891d4ddf967eeea38f32ade7ba458dea10738edf..164f4304832f4d1da12fa370563d054c144e5f7c 100644 (file)
@@ -25,7 +25,6 @@ class Preprocessor:
             if(docstring_end):
                 in_docstring = False
                 self.docstrings += [docstring]
-                print(docstring)
         return ret
 
     def insertDocstrings(self, data):