diff --git a/ansible/templates/sir_complainsalot-params-prod.json.j2 b/ansible/templates/sir_complainsalot-params-prod.json.j2 index 8a63276dc..657c11545 100644 --- a/ansible/templates/sir_complainsalot-params-prod.json.j2 +++ b/ansible/templates/sir_complainsalot-params-prod.json.j2 @@ -12,18 +12,6 @@ "maintainers": ["U01AP8GSWG3","U01069KCRS7"], "retired-signals": ["smoothed_covid19","smoothed_adj_covid19"] }, - "google-symptoms": { - "max_age": 6, - "maintainers": ["U01AP8GSWG3","U01069KCRS7"], - "retired-signals": [ - "ageusia_raw_search", - "ageusia_smoothed_search", - "anosmia_raw_search", - "anosmia_smoothed_search", - "sum_anosmia_ageusia_raw_search", - "sum_anosmia_ageusia_smoothed_search" - ] - }, "quidel": { "max_age":6, "maintainers": ["U01AP8GSWG3","U01069KCRS7"], diff --git a/sir_complainsalot/params.json.template b/sir_complainsalot/params.json.template index 65c0498e3..48bcac0e0 100644 --- a/sir_complainsalot/params.json.template +++ b/sir_complainsalot/params.json.template @@ -12,18 +12,6 @@ "maintainers": ["U01AP8GSWG3","U01069KCRS7"], "retired-signals": ["smoothed_covid19","smoothed_adj_covid19"] }, - "google-symptoms": { - "max_age": 6, - "maintainers": ["U01AP8GSWG3","U01069KCRS7"], - "retired-signals": [ - "ageusia_raw_search", - "ageusia_smoothed_search", - "anosmia_raw_search", - "anosmia_smoothed_search", - "sum_anosmia_ageusia_raw_search", - "sum_anosmia_ageusia_smoothed_search" - ] - }, "quidel": { "max_age":6, "maintainers": ["U01AP8GSWG3","U01069KCRS7"],