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 c0a032a commit 655fa9cCopy full SHA for 655fa9c
src/pyrosimple/util/matching.py
@@ -350,7 +350,6 @@ def pre_filter_eq(self) -> str:
350
split_needle = self.SPLIT_PRE_GLOB_RE.split(needle)
351
# If the cleaning of the needle did not succeed and we still
352
# have regex-y values, don't prefilter
353
- print(needle)
354
if any(metachar in needle for metachar in r'{}[]\\|()'):
355
return ""
356
# Grab the longest needle available from the array
0 commit comments