We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1570128 commit 93a97a5Copy full SHA for 93a97a5
archive_query_log/monitoring/home.py
@@ -100,8 +100,6 @@ def _get_statistics(
100
if status_field is not None:
101
search = search.filter(Term(**{status_field: False}))
102
103
- from json import dumps
104
- print(dumps(search.to_dict(), indent=2))
105
total = search.count()
106
last_modified_response = (
107
search.sort(f"-{last_modified_field}").extra(size=1).execute()
0 commit comments