remove redunant debug output
[sv2nmigen.git] / absyn.py
index e81e429510dd504feb19c6aa8921b23ff7b68c9a..ba356d5b1e5ed2020a9f142cba31f40221221330 100644 (file)
--- 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):