From 0c60413e5b6be4b8a395f88e1b03c06efe9351d0 Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Mon, 12 Sep 2022 08:43:29 +0100 Subject: [PATCH] Don't print DB responses --- core/lib/manticore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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