From 3b5a378d06f656bf75efbbe0e10ce560066a5841 Mon Sep 17 00:00:00 2001 From: Ethan Soergel Date: Mon, 24 Jul 2023 17:34:15 -0400 Subject: [PATCH] Remove unused ICDS metric --- .../ansible/roles/commcarehq/templates/localsettings.py.j2 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/commcare_cloud/ansible/roles/commcarehq/templates/localsettings.py.j2 b/src/commcare_cloud/ansible/roles/commcarehq/templates/localsettings.py.j2 index 3a83f8e91d..cf7d9c7d29 100644 --- a/src/commcare_cloud/ansible/roles/commcarehq/templates/localsettings.py.j2 +++ b/src/commcare_cloud/ansible/roles/commcarehq/templates/localsettings.py.j2 @@ -1070,10 +1070,6 @@ USE_KAFKA_SHORTEST_BACKLOG_PARTITIONER = {{ localsettings.USE_KAFKA_SHORTEST_BAC MESSAGING_RULE_CASE_CHUNK_SIZE = {{ localsettings.MESSAGING_RULE_CASE_CHUNK_SIZE }} {% endif %} -{% if localsettings.TRACK_ES_REPORT_LOAD is defined %} -TRACK_ES_REPORT_LOAD = {{ localsettings.TRACK_ES_REPORT_LOAD }} -{% endif %} - {% if localsettings.ASYNC_INDICATOR_CHUNK_SIZE is defined %} ASYNC_INDICATOR_CHUNK_SIZE = {{ localsettings.ASYNC_INDICATOR_CHUNK_SIZE }} {% endif %}