Removed feature flag

This commit is contained in:
alexjanousekGSA
2025-03-20 14:22:41 -04:00
parent cb4cfeb610
commit 35f3203e9c
5 changed files with 15 additions and 16 deletions

View File

@@ -88,8 +88,6 @@ class Config(object):
],
}
FEATURE_ABOUT_PAGE_ENABLED = getenv("FEATURE_ABOUT_PAGE_ENABLED", "false") == "true"
def _s3_credentials_from_env(bucket_prefix):
return {