🐛 remove debug output

This commit is contained in:
远野千束 2024-10-13 23:56:00 +08:00
parent e151a7af0c
commit 9c50844195

View File

@ -51,8 +51,6 @@ def get_ctx() -> Context | None:
def _wrapper(func: ProcessFuncType, ctx: Context, *args, **kwargs): def _wrapper(func: ProcessFuncType, ctx: Context, *args, **kwargs):
print("args", args)
print("kwargs", kwargs)
global _current_ctx global _current_ctx
_current_ctx = ctx _current_ctx = ctx