mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-13 22:55:26 +03:00
remove comments
This commit is contained in:
parent
9b3f14a7fc
commit
d10714af4a
@ -294,10 +294,8 @@ export default function LiveCameraView({
|
||||
config &&
|
||||
config.go2rtc?.webrtc?.candidates?.length > 0
|
||||
) {
|
||||
// console.log(camera.name, "switching to webrtc");
|
||||
setWebRTC(true);
|
||||
} else {
|
||||
// console.log(camera.name, "switching to jsmpeg");
|
||||
setWebRTC(false);
|
||||
setLowBandwidth(true);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user