Remove my print debug

This commit is contained in:
frack113
2021-10-26 12:25:26 +02:00
parent ba4bb061c7
commit c0a3f7afdd
-1
View File
@@ -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"] = {}