Remove some debugging code

This commit is contained in:
Mark Veidemanis 2022-07-21 13:52:45 +01:00
parent b50ef76c2d
commit c6c4cc0c24
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
2 changed files with 0 additions and 2 deletions

View File

@ -65,7 +65,6 @@ def get_meta(request, net, nicks, iter=True):
for x in meta_tmp:
if x not in meta:
meta.append(x)
print("GOT META", meta)
# Run the search again, passing in all the users we found

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