fix: Removed test print

pull/304/head
chrisr3d 2019-05-15 15:49:29 +02:00
parent df7047dff0
commit fc8a56d1d9
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 0 additions and 1 deletions

View File

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