remove comments

This commit is contained in:
Josh Hawkins 2024-08-15 10:03:04 -05:00
parent 9b3f14a7fc
commit d10714af4a

View File

@ -294,10 +294,8 @@ export default function LiveCameraView({
config && config &&
config.go2rtc?.webrtc?.candidates?.length > 0 config.go2rtc?.webrtc?.candidates?.length > 0
) { ) {
// console.log(camera.name, "switching to webrtc");
setWebRTC(true); setWebRTC(true);
} else { } else {
// console.log(camera.name, "switching to jsmpeg");
setWebRTC(false); setWebRTC(false);
setLowBandwidth(true); setLowBandwidth(true);
} }