mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-11 05:35:25 +03:00
remove log
This commit is contained in:
parent
166bd68200
commit
7f72aa3f42
@ -76,7 +76,6 @@ export default function Events() {
|
|||||||
|
|
||||||
const now = Date.now() / 1000;
|
const now = Date.now() / 1000;
|
||||||
|
|
||||||
console.log(`${now} - ${beforeTs} :: ${now - beforeTs}`);
|
|
||||||
if (now - beforeTs > 60) {
|
if (now - beforeTs > 60) {
|
||||||
setBeforeTs(now);
|
setBeforeTs(now);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user