From: Tobias Platen Date: Thu, 23 Jan 2020 12:37:32 +0000 (+0100) Subject: remove redunant debug output X-Git-Url: https://git.libre-soc.org/?p=sv2nmigen.git;a=commitdiff_plain;h=e09f8b2f88c2c8273728ed527aac64bb3525614e remove redunant debug output --- diff --git a/absyn.py b/absyn.py index e81e429..ba356d5 100644 --- a/absyn.py +++ b/absyn.py @@ -160,8 +160,6 @@ class Absyn: clsdecl = Node(syms.compound_stmt, [clsdecl]) self.printpy(str(clsdecl)) - print("=====================") - print(str(clsdecl)) return clsdecl def appendComments(self, data): 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):