diff --git a/web/src/components/player/WebRTCPlayer.tsx b/web/src/components/player/WebRTCPlayer.tsx index 4289651fa..4171947f3 100644 --- a/web/src/components/player/WebRTCPlayer.tsx +++ b/web/src/components/player/WebRTCPlayer.tsx @@ -100,13 +100,9 @@ export default function WebRtcPlayer({ return; } - console.log("passed aPc") - pcRef.current = await aPc; const ws = new WebSocket(wsURL); - console.log("pc has loaded") - ws.addEventListener("open", () => { pcRef.current?.addEventListener("icecandidate", (ev) => { if (!ev.candidate) return;