1 Commits

Author SHA1 Message Date
9c50844195 🐛 remove debug output 2024-10-13 23:56:00 +08:00

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