mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-08 20:25:26 +03:00
Remove logs
This commit is contained in:
parent
c253f5b4d9
commit
da9005e4c1
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user