From 7168f4676698de09d10d98f7afdf108779e6f6e9 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 2 Sep 2024 10:42:32 +0800 Subject: [PATCH] bugfix --- rtcllm/rtc.py | 1 - 1 file changed, 1 deletion(-) diff --git a/rtcllm/rtc.py b/rtcllm/rtc.py index 885930d..eaf627c 100644 --- a/rtcllm/rtc.py +++ b/rtcllm/rtc.py @@ -68,7 +68,6 @@ class RTCLLM: 'info':data['from'], 'pc':pc }) - print(f'{opts=}, {pc=}, {pc.myconfiguration=}') await self.ws.send(json.dumps({'type':'callAccepted', 'to':data['from']})) async def pc_track(self, peerid, track):