From 9c50844195850d41fcc4825a62f728b8f4b234a3 Mon Sep 17 00:00:00 2001 From: snowykami Date: Sun, 13 Oct 2024 23:56:00 +0800 Subject: [PATCH] :bug: remove debug output --- croterline/process.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/croterline/process.py b/croterline/process.py index fdf7731..37d35b0 100644 --- a/croterline/process.py +++ b/croterline/process.py @@ -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