Remove some debugging code

This commit is contained in:
2022-07-21 13:52:45 +01:00
parent b50ef76c2d
commit c6c4cc0c24
2 changed files with 0 additions and 2 deletions

View File

@@ -110,7 +110,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:
print("REQUEST ERROR")
return False
filter_blacklisted(user, response)
return response