Skip to content

Commit ee8da57

Browse files
committed
matchers: remove debug print
Ticket: #7261
1 parent 27b93d1 commit ee8da57

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

suricata/update/matchers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ def match(self, rule):
228228
for entry in rule.metadata:
229229
parts = entry.strip().split(" ", 1)
230230
if parts[0].strip().lower() == self.key and parts[1].strip().lower() == self.value:
231-
print(rule)
232231
return True
233232
return False
234233

0 commit comments

Comments
 (0)