Skip to content

Commit

Permalink
chore: remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanttV committed Jun 11, 2024
1 parent c3e09eb commit 559bd81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eox_theming/settings/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,4 @@ def plugin_settings(settings): # pylint: disable=function-redefined
if lms_cfg:
with codecs.open(lms_cfg, encoding='utf-8') as file:
env_tokens = yaml.safe_load(file)
# print(f'\n\nEnv Tokens: {env_tokens}\n\n')
settings.DATABASES = env_tokens['DATABASES']

0 comments on commit 559bd81

Please sign in to comment.