Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
himeshsiriwardana committed Dec 4, 2024
1 parent a78b6a8 commit 310057f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion en/asgardeo/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ def remove_nav_item(nav_items):

def on_config(config):
enable_hooks = os.getenv("ENABLE_HOOKS")
print("ENABLE HOOKS IS: " + str(enable_hooks))

for feature, enabled in files_to_remove['feature'].items():
config[feature] = enabled if enable_hooks else True
Expand Down

0 comments on commit 310057f

Please sign in to comment.