mirror of
https://github.com/LiteyukiStudio/croterline.git
synced 2024-11-25 10:05:06 +08:00
🐛 remove debug output
This commit is contained in:
parent
e151a7af0c
commit
9c50844195
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user