Skip to content

Commit

Permalink
🐛 remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
snowykami committed Oct 13, 2024
1 parent e151a7a commit 9c50844
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions croterline/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ def get_ctx() -> Context | None:


def _wrapper(func: ProcessFuncType, ctx: Context, *args, **kwargs):
print("args", args)
print("kwargs", kwargs)
global _current_ctx

_current_ctx = ctx
Expand Down

0 comments on commit 9c50844

Please sign in to comment.