mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-08 20:25:26 +03:00
Remove console
This commit is contained in:
parent
0c1dcf673a
commit
1e78cb21b7
@ -44,8 +44,6 @@ export default function DesktopRecordingView({
|
||||
return;
|
||||
}
|
||||
|
||||
console.log("current index and moving to ");
|
||||
|
||||
if (selectedRangeIdx < timeRange.ranges.length - 1) {
|
||||
controllerRef.current.onClipEndedEvent(() => {
|
||||
setSelectedRangeIdx(selectedRangeIdx + 1);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user