From c0a3f7afdd1d94876696cafc3832dc3be4f2fd4e Mon Sep 17 00:00:00 2001 From: frack113 Date: Tue, 26 Oct 2021 12:25:26 +0200 Subject: [PATCH] Remove my print debug --- tests/test_rules.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_rules.py b/tests/test_rules.py index 9a598402d..58c57fe00 100755 --- a/tests/test_rules.py +++ b/tests/test_rules.py @@ -230,7 +230,6 @@ class TestRules(unittest.TestCase): files_and_their_detections = {} for file in self.yield_next_rule_file_path(self.path_to_rules): - print(file) detection = self.get_rule_part(file_path = file, part_name = "detection") logsource = self.get_rule_part(file_path = file, part_name = "logsource") detection["logsource"] = {}