We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 003a0b7 commit a14a779Copy full SHA for a14a779
jsonpath_ng/ext/string.py
@@ -37,7 +37,6 @@ def __init__(self, method=None):
37
self.repl = m.group(2).strip()
38
self.regex = re.compile(self.expr)
39
self.method = method
40
- print("%r" % self)
41
42
def find(self, datum):
43
datum = DatumInContext.wrap(datum)
0 commit comments