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

@@ -168,7 +168,6 @@ def construct_alert_query():
def get_irc_alerts(user):
query = construct_alert_query()
print("QUERY1", query)
results = run_main_query(
client,
user, # passed through run_main_query to filter_blacklisted
@@ -176,7 +175,6 @@ def get_irc_alerts(user):
custom_query=True,
index=settings.OPENSEARCH_INDEX_INT,
)
print("ALERTS", results)
if not results:
return []
results_parsed = []