Skip to content

Commit 655fa9c

Browse files
committed
Remove debugging print
1 parent c0a032a commit 655fa9c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pyrosimple/util/matching.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,6 @@ def pre_filter_eq(self) -> str:
350350
split_needle = self.SPLIT_PRE_GLOB_RE.split(needle)
351351
# If the cleaning of the needle did not succeed and we still
352352
# have regex-y values, don't prefilter
353-
print(needle)
354353
if any(metachar in needle for metachar in r'{}[]\\|()'):
355354
return ""
356355
# Grab the longest needle available from the array

0 commit comments

Comments
 (0)