Skip to content

Commit a85398d

Browse files
committed
Remove debugging print
1 parent d363685 commit a85398d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

search_offsets/patterns.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ def check_duplicates(patterns: list[Pattern]) -> None:
5353
for pattern in patterns:
5454
duplicates[pattern].append(pattern.name)
5555

56-
print(list(duplicates.values()))
57-
5856
for names in duplicates.values():
5957
if len(names) > 1:
6058
logger.warning(f"Duplicate patterns: {names}")

0 commit comments

Comments
 (0)