mirror of https://github.com/MISP/misp-modules
fix: Removed print
parent
bc2a73c5cf
commit
2af947a2de
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue