Skip to content

Commit 93a97a5

Browse files
Remove debug print
1 parent 1570128 commit 93a97a5

File tree

1 file changed

+0
-2
lines changed
  • archive_query_log/monitoring

1 file changed

+0
-2
lines changed

archive_query_log/monitoring/home.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ def _get_statistics(
100100
if status_field is not None:
101101
search = search.filter(Term(**{status_field: False}))
102102

103-
from json import dumps
104-
print(dumps(search.to_dict(), indent=2))
105103
total = search.count()
106104
last_modified_response = (
107105
search.sort(f"-{last_modified_field}").extra(size=1).execute()

0 commit comments

Comments
 (0)