Remove some debugging code

This commit is contained in:
2022-08-03 09:25:12 +01:00
parent 04d4cee222
commit 716bd6afb6
2 changed files with 0 additions and 3 deletions

View File

@@ -124,7 +124,6 @@ def run_main_query(client, user, query, custom_query=False, index=None, size=Non
try:
response = client.search(body=search_query, index=index)
except RequestError as err:
print(err)
return False
filter_blacklisted(user, response)
return response