diff --git a/ansible/templates/sir_complainsalot-params-prod.json.j2 b/ansible/templates/sir_complainsalot-params-prod.json.j2 index 0dc66608d..7bb2d179a 100644 --- a/ansible/templates/sir_complainsalot-params-prod.json.j2 +++ b/ansible/templates/sir_complainsalot-params-prod.json.j2 @@ -44,13 +44,7 @@ }, "nssp": { "max_age":19, - "maintainers": [], - "retired-signals": [ - "pct_ed_visits_combined_2023rvr", - "pct_ed_visits_covid_2023rvr", - "pct_ed_visits_influenza_2023rvr", - "pct_ed_visits_rsv_2023rvr" - ] + "maintainers": [] }, "nhsn": { "max_age":19, diff --git a/sir_complainsalot/params.json.template b/sir_complainsalot/params.json.template index cf784774f..64c4bee17 100644 --- a/sir_complainsalot/params.json.template +++ b/sir_complainsalot/params.json.template @@ -44,13 +44,7 @@ }, "nssp": { "max_age":19, - "maintainers": [], - "retired-signals": [ - "pct_ed_visits_combined_2023rvr", - "pct_ed_visits_covid_2023rvr", - "pct_ed_visits_influenza_2023rvr", - "pct_ed_visits_rsv_2023rvr" - ] + "maintainers": [] } } }