1
0
forked from VimPlug/jedi

Start using arrays.

This commit is contained in:
Dave Halter
2014-10-21 11:05:12 +02:00
parent 718f43431c
commit fb2ef5a7a0
3 changed files with 7 additions and 7 deletions

View File

@@ -194,8 +194,6 @@ class Parser(object):
allows using different grammars (even non-Python). However, error
recovery is purely written for Python.
"""
print(self.stack)
#import pdb; pdb.set_trace()
if value == '\n': # Statement is not finished.
# Now remove the whole statement.
for i, (dfa, state, node) in reversed(list(enumerate(self.stack))):