Skip to content

Commit 4aad8ee

Browse files
authored
Merge pull request #18 from Gurummang/develop
fix: delete log
2 parents 72c4de5 + 794a7ac commit 4aad8ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ def load_yara_rules(directory):
4141
try:
4242
yara.compile(filepath=rule_file)
4343
valid_rule_files.append(rule_file)
44-
logging.info(f"Success to compile YARA {rule_file}")
4544
except yara.Error as e:
4645
failed_rule_files.append(rule_file)
4746
logging.info(f"Failed to compile YARA rule {rule_file}: {e}")

0 commit comments

Comments
 (0)