X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=pypreproc.py;h=164f4304832f4d1da12fa370563d054c144e5f7c;hb=10c1bd0020878f84ededfa7c47d0ed4fd43f50bf;hp=891d4ddf967eeea38f32ade7ba458dea10738edf;hpb=6a8eb41c41826fc26f159e66172d436c09a8f53a;p=sv2nmigen.git diff --git a/pypreproc.py b/pypreproc.py index 891d4dd..164f430 100644 --- a/pypreproc.py +++ b/pypreproc.py @@ -25,7 +25,6 @@ class Preprocessor: if(docstring_end): in_docstring = False self.docstrings += [docstring] - print(docstring) return ret def insertDocstrings(self, data):