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

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

parent 345ce9b8
......@@ -115,8 +115,9 @@ class Node(object):
# pos (string, int, int) Source file position
# is_name boolean Is a NameNode
# is_literal boolean Is a ConstNode
__metaclass__ = VerboseCodeWriter
# Uncomment this for debugging.
# __metaclass__ = VerboseCodeWriter
is_name = 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