From d0373ffb8b4d982b9cb697735795c03253798992 Mon Sep 17 00:00:00 2001 From: BennyKok Date: Fri, 12 Jan 2024 20:06:57 +0800 Subject: [PATCH] fix: remove log --- custom_routes.py | 1 - 1 file changed, 1 deletion(-) diff --git a/custom_routes.py b/custom_routes.py index 90c0b40..d6d8c96 100644 --- a/custom_routes.py +++ b/custom_routes.py @@ -180,7 +180,6 @@ async def comfy_deploy_check_status(request): }) async def send(event, data, sid=None): - print(event, data) try: if sid: ws = sockets.get(sid)