fix: Removed print

pull/222/head
chrisr3d 2018-09-03 10:23:05 +02:00
parent bc2a73c5cf
commit 2af947a2de
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 0 additions and 1 deletions

View File

@ -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: