Remove print() line

This commit is contained in:
Donncha Ó Cearbhaill 2023-12-16 17:10:12 +01:00
parent aa7c37d64e
commit 1694ba5d5b
1 changed files with 0 additions and 1 deletions

View File

@ -57,7 +57,6 @@ class SMSAttachments(IOSExtraction):
for attachment in self.results:
# Check for known malicious filenames.
if self.indicators.check_file_path(attachment["filename"]):
print("Found malicious filename", attachment["filename"])
self.detected.append(attachment)
if (