Remove some debug statements

This commit is contained in:
2022-08-10 20:36:55 +01:00
parent d36f397c6e
commit aaca3a8469
2 changed files with 3 additions and 30 deletions

View File

@@ -180,8 +180,6 @@ def query_results(request, query_params, size=None):
):
from_ts = f"{query_params['from_date']}T{query_params['from_time']}Z"
to_ts = f"{query_params['to_date']}T{query_params['to_time']}Z"
print("from ts", from_ts)
print("to_ts", to_ts)
range_query = {
"range": {
"ts": {