Skip to content

Commit

Permalink
Remove print() line
Browse files Browse the repository at this point in the history
  • Loading branch information
DonnchaC committed Dec 16, 2023
1 parent aa7c37d commit 1694ba5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mvt/ios/modules/mixed/sms_attachments.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ def check_indicators(self) -> None:
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 (
Expand Down

0 comments on commit 1694ba5

Please sign in to comment.