chg: [cof2misp] remove logging in the misp-modules

pull/499/head
Alexandre Dulaunoy 2021-05-03 12:27:52 +02:00
parent 8e55101dc8
commit 10b5295cdd
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ def handler(q=False):
# push to MISP
event_id = request['event_id']
# event = misp.get_event(event_id)
print("event_id = %s" % event_id, file=sys.stderr)
#print("event_id = %s" % event_id, file=sys.stderr)
try:
data = base64.b64decode(request["data"]).decode('utf-8')
if not data: