From 2af947a2deba46ddf2e92cc8f1b0c08be07e1429 Mon Sep 17 00:00:00 2001 From: chrisr3d Date: Mon, 3 Sep 2018 10:23:05 +0200 Subject: [PATCH] fix: Removed print --- misp_modules/modules/expansion/virustotal.py | 1 - 1 file changed, 1 deletion(-) diff --git a/misp_modules/modules/expansion/virustotal.py b/misp_modules/modules/expansion/virustotal.py index 404f621..de91e09 100644 --- a/misp_modules/modules/expansion/virustotal.py +++ b/misp_modules/modules/expansion/virustotal.py @@ -104,7 +104,6 @@ class VirusTotalRequest(object): if isinstance(data, dict): for key, value in data.items(): if key in hash_types: - print(key) self.results[key].add(value) hashes.append(value) else: