Skip to content

Commit

Permalink
debug: remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ocervell committed Nov 9, 2024
1 parent cae475a commit e8e9a77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion secator/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,6 @@ def func(ctx, **opts):

from secator.utils import deep_merge_dicts
hooks = deep_merge_dicts(*hooks)
print(hooks)

# Enable sync or not
if sync or show:
Expand Down

0 comments on commit e8e9a77

Please sign in to comment.