From d68d0bab35f26ce1fdfbf49ead621c34994a4f4e Mon Sep 17 00:00:00 2001 From: Hannah Ward Date: Wed, 14 Jun 2017 14:16:20 +0100 Subject: [PATCH] fix: Remove print --- misp_taxii_hooks/hooks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/misp_taxii_hooks/hooks.py b/misp_taxii_hooks/hooks.py index 3822597..4511932 100644 --- a/misp_taxii_hooks/hooks.py +++ b/misp_taxii_hooks/hooks.py @@ -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