Skip to content
Snippets Groups Projects
Commit 28af569d authored by Briggs, Aaron Shane's avatar Briggs, Aaron Shane
Browse files

remove GROUNDWATER_LEVELS_ENABLED flag

parent dea715f7
No related branches found
No related tags found
1 merge request!394Wdfn 321 remove feature flags that are no longer needed
......@@ -12,7 +12,6 @@ AFFILIATED_NETWORKS_ENABLED = True
MONITORING_LOCATION_CAMERA_ENABLED = True
DAILY_VALUE_HYDROGRAPH_ENABLED = True
SET_COOKIE_TO_HIDE_BANNER_NOTICES = True # set cookie set to hide banner messages for the life of the cookie
GROUNDWATER_LEVELS_ENABLED = True
DEBUG = False
# SITE_DATA_ENDPOINT is only used server side so does not need to be a public URL
......
......@@ -149,8 +149,7 @@ async def monitoring_location(site_no):
_, _, period_of_record = period_of_record_resp
iv_period_of_record = get_period_of_record_by_parm_cd(period_of_record, 'uv')
gw_period_of_record = get_period_of_record_by_parm_cd(period_of_record, 'gw') if app.config[
'GROUNDWATER_LEVELS_ENABLED'] else {}
gw_period_of_record = get_period_of_record_by_parm_cd(period_of_record, 'gw')
site_dataseries = [
get_disambiguated_values(
param_datum,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment