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