Remove my print debug
This commit is contained in:
@@ -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"] = {}
|
||||
|
||||
Reference in New Issue
Block a user