Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
No-Issue

Signed-off-by: James Tanner <[email protected]>
  • Loading branch information
jctanner committed Jun 3, 2024
1 parent f994ca0 commit f66d1f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions galaxy_ng/app/dynaconf_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -646,8 +646,8 @@ def configure_dynamic_settings(settings: Dynaconf) -> Dict[str, Any]:
change the value before it is returned allowing reading overrides from
database and cache.
"""
#if settings.get("GALAXY_DYNAMIC_SETTINGS") is not True:
# return {}
# we expect a list of function names here, which have to be in scope of
# locals() for this specific file
enabled_hooks = settings.get("DYNACONF_AFTER_GET_HOOKS")
if not enabled_hooks:
return
Expand Down

0 comments on commit f66d1f2

Please sign in to comment.