Commit 7035d3e1 authored by Robert Bradshaw's avatar Robert Bradshaw

Comment out debugging code (useful, but not perfect yet)

parent 345ce9b8
...@@ -116,7 +116,8 @@ class Node(object): ...@@ -116,7 +116,8 @@ class Node(object):
# is_name boolean Is a NameNode # is_name boolean Is a NameNode
# is_literal boolean Is a ConstNode # is_literal boolean Is a ConstNode
__metaclass__ = VerboseCodeWriter # Uncomment this for debugging.
# __metaclass__ = VerboseCodeWriter
is_name = 0 is_name = 0
is_literal = 0 is_literal = 0
......
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