Skip to content

Commit

Permalink
Undo print.
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 eb1a5f5 commit 4baa310
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion galaxy_ng/app/dynaconf_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,6 @@ def configure_dynamic_settings(settings: Dynaconf) -> Dict[str, Any]:
change the value before it is returned allowing reading overrides from
database and cache.
"""
print(f'configure_dynamic_settings ... {settings.get("GALAXY_DYNAMIC_SETTINGS")}')
if settings.get("GALAXY_DYNAMIC_SETTINGS") is not True:
return {}

Expand Down

0 comments on commit 4baa310

Please sign in to comment.