Skip to content
Snippets Groups Projects
Commit 8b015a0d authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Remove leftover '1/0' from debugging.

parent 14c2b15a
Branches
Tags
No related merge requests found
......@@ -107,7 +107,6 @@ def parse(expr_str):
pstate.advance()
did_something = True
elif next_tag is _dot and _PREC_CALL > min_precedence:
1/0
pstate.advance()
pstate.expect(_identifier)
left_exp = primitives.Lookup(left_exp, pstate.next_str())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment