mirror of https://github.com/MISP/misp-modules
fix: Removed debugging print command
parent
39904b7f6c
commit
d950b4d7ec
|
@ -61,7 +61,6 @@ def parse_results(query_results, feature):
|
|||
'values': result
|
||||
} for result in results
|
||||
]
|
||||
print(json.dumps(to_return, indent=4))
|
||||
return {'results': to_return}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue