Remove some debug statements
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user