diff --git a/core/lib/manticore.py b/core/lib/manticore.py index b2cab76..6563173 100644 --- a/core/lib/manticore.py +++ b/core/lib/manticore.py @@ -90,7 +90,7 @@ def run_query(client, user, search_query): if "error" in response and len(response.keys()) == 1: return response # response = response.to_dict() - print("RESP", response) + #print("RESP", response) if "took" in response: if response["took"] is None: return None