Skip to content

Commit d3ce611

Browse files
committed
Undo print.
No-Issue Signed-off-by: James Tanner <tanner.jc@gmail.com>
1 parent a9f4477 commit d3ce611

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

galaxy_ng/app/dynaconf_hooks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,6 @@ def configure_dynamic_settings(settings: Dynaconf) -> Dict[str, Any]:
645645
change the value before it is returned allowing reading overrides from
646646
database and cache.
647647
"""
648-
print(f'configure_dynamic_settings ... {settings.get("GALAXY_DYNAMIC_SETTINGS")}')
649648
if settings.get("GALAXY_DYNAMIC_SETTINGS") is not True:
650649
return {}
651650

0 commit comments

Comments
 (0)