From: Jason Ish Date: Wed, 15 Jan 2025 15:20:01 +0000 (-0600) Subject: matchers: remove debug print X-Git-Tag: 1.3.5~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2a0052746df0dc57676b7e497643e24741a5800;p=thirdparty%2Fsuricata-update.git matchers: remove debug print --- diff --git a/suricata/update/matchers.py b/suricata/update/matchers.py index 79c3866..ef4c972 100644 --- a/suricata/update/matchers.py +++ b/suricata/update/matchers.py @@ -220,7 +220,6 @@ class MetadataRuleMatch(object): @classmethod def parse(cls, buf): - print(buf) if buf.startswith("metadata:"): buf = buf.split(":", 1)[1].strip() parts = buf.split(" ", 1)