fix: remove log

This commit is contained in:
BennyKok 2024-01-12 20:06:57 +08:00
parent f99b6f34ff
commit d0373ffb8b

View File

@ -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)