remove comment

This commit is contained in:
Beverly Nguyen
2025-10-15 16:47:19 -07:00
parent 69bee58170
commit 6cde0675d2

View File

@@ -113,7 +113,7 @@ class Development(Config):
ASSET_PATH = "/static/"
NOTIFY_LOG_LEVEL = "DEBUG"
# Feature Flags - Enable in development for testing
# Feature Flags
ORGANIZATION_DASHBOARD_ENABLED = (
getenv("ORGANIZATION_DASHBOARD_ENABLED", "True") == "True"
)