Remove duplicated line

This commit is contained in:
Sean Whalen
2019-04-29 17:07:08 -04:00
parent cf62534c5b
commit 714697720b
-1
View File
@@ -612,7 +612,6 @@ def parse_forensic_report(feedback_report, sample, msg_date,
sample_headers_only = False
number_of_attachments = len(parsed_sample["attachments"])
if number_of_attachments < 1 and parsed_sample["body"] is None:
if number_of_attachments < 1 and parsed_sample["body"] is None:
sample_headers_only = True
if sample_headers_only and parsed_sample["has_defects"]: