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)