Commit cc65ca18 authored by Igor Dejanovic's avatar Igor Dejanovic

Removed leftover debug prints

parent a57110c4
......@@ -106,9 +106,7 @@ class PEGVisitor(PTNodeVisitor):
# Find root rule
for rule in children:
print("RULENODE", rule.rule_name, self.root_rule_name)
if rule.rule_name == self.root_rule_name:
print("ROOT", rule.rule_name)
self.resolved = set()
resolved_rule = _resolve(rule)
......
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