Commit 2a5b5d24 authored by Igor Dejanovic's avatar Igor Dejanovic

Forgotten if for debugging message

parent 9a7a8d6e
...@@ -70,7 +70,8 @@ class PEGSemanticAction(SemanticAction): ...@@ -70,7 +70,8 @@ class PEGSemanticAction(SemanticAction):
''' '''
Resolving cross-references in second pass. Resolving cross-references in second pass.
''' '''
print("Second pass:", type(node), str(node)) if parser.debug:
print("Second pass:", type(node), str(node))
if isinstance(node, ParsingExpression): if isinstance(node, ParsingExpression):
......
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