mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-09 04:35:25 +03:00
Remove logs
This commit is contained in:
parent
c253f5b4d9
commit
da9005e4c1
@ -100,13 +100,9 @@ export default function WebRtcPlayer({
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log("passed aPc")
|
|
||||||
|
|
||||||
pcRef.current = await aPc;
|
pcRef.current = await aPc;
|
||||||
const ws = new WebSocket(wsURL);
|
const ws = new WebSocket(wsURL);
|
||||||
|
|
||||||
console.log("pc has loaded")
|
|
||||||
|
|
||||||
ws.addEventListener("open", () => {
|
ws.addEventListener("open", () => {
|
||||||
pcRef.current?.addEventListener("icecandidate", (ev) => {
|
pcRef.current?.addEventListener("icecandidate", (ev) => {
|
||||||
if (!ev.candidate) return;
|
if (!ev.candidate) return;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user