mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-11 05:35:25 +03:00
remove console log
This commit is contained in:
parent
83915bfd84
commit
9792d402a8
@ -30,7 +30,6 @@ export function useCameraActivity(
|
|||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (updatedCameraState) {
|
if (updatedCameraState) {
|
||||||
console.log(`the initial objects are ${JSON.stringify(updatedCameraState.objects)}`)
|
|
||||||
setObjects(updatedCameraState.objects);
|
setObjects(updatedCameraState.objects);
|
||||||
}
|
}
|
||||||
}, [updatedCameraState]);
|
}, [updatedCameraState]);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user