Commit 9a7a8d6e authored by Igor Dejanovic's avatar Igor Dejanovic

Removed lefover debugging code

parent 231500d0
......@@ -855,8 +855,6 @@ class Parser(object):
retval = sem_action.first_pass(self, node, children)
if hasattr(sem_action, "second_pass"):
if (node.rule, retval) in for_second_pass:
print("Existing:", retval)
for_second_pass.append((node.rule, retval))
if self.debug:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment