fix: Remove print

pull/14/head
Hannah Ward 2017-06-14 14:16:20 +01:00
parent 344ca1c8f5
commit d68d0bab35
No known key found for this signature in database
GPG Key ID: 6F3BAD60DE190290
1 changed files with 0 additions and 1 deletions

View File

@ -58,7 +58,6 @@ def post_stix(manager, content_block, collection_ids, service_id):
search = MISP.search("attributes", values=attrib)
if search["response"] != []:
# This means we have it!
print("REMOVING...")
package.attributes.pop([x.value for x in package.attributes].index(attrib))
# Push the event to MISP