Skip to content

Commit a14a779

Browse files
authored
remove extra print()
probably added for debugging?
1 parent 003a0b7 commit a14a779

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jsonpath_ng/ext/string.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ def __init__(self, method=None):
3737
self.repl = m.group(2).strip()
3838
self.regex = re.compile(self.expr)
3939
self.method = method
40-
print("%r" % self)
4140

4241
def find(self, datum):
4342
datum = DatumInContext.wrap(datum)

0 commit comments

Comments
 (0)