Skip to content

Commit 23c2f64

Browse files
author
dlacher
committed
removed excess print
1 parent 62b53af commit 23c2f64

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jsonpath_ng/ext/parser.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ class ExtendedJsonPathLexer(lexer.JsonPathLexer):
2626
tokens = (['BOOL'] +
2727
parser.JsonPathLexer.tokens +
2828
['FILTER_OP', 'SORT_DIRECTION', 'FLOAT'])
29-
print "tokens {}".format(tokens)
3029
t_FILTER_OP = r'==?|<=|>=|!=|<|>|~='
3130

3231
def t_BOOL(self, t):

0 commit comments

Comments
 (0)