mirror of https://github.com/MISP/misp-modules
fix: Removed test print
parent
df7047dff0
commit
fc8a56d1d9
|
@ -136,7 +136,6 @@ def handler(q=False):
|
|||
if not data:
|
||||
return json.dumps({'success': 0})
|
||||
joe_data = json.loads(data)['analysis']
|
||||
print(type(joe_data))
|
||||
joe_parser = JoeParser(joe_data)
|
||||
joe_parser.parse_joe()
|
||||
return {'results': joe_parser.results}
|
||||
|
|
Loading…
Reference in New Issue