Commit ad09367f authored by Dag Sverre Seljebotn's avatar Dag Sverre Seljebotn

Whoops, committed debug code. Undoing.

parent 5ddddeed
...@@ -150,7 +150,6 @@ class TreeVisitor(BasicVisitor): ...@@ -150,7 +150,6 @@ class TreeVisitor(BasicVisitor):
except Errors.CompileError: except Errors.CompileError:
raise raise
except Exception, e: except Exception, e:
raise
import sys import sys
trace = [''] trace = ['']
for parent, attribute, index in self.access_path: for parent, attribute, index in self.access_path:
......
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