mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-10 21:25:24 +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;
|
||||
|
||||
console.log(`${now} - ${beforeTs} :: ${now - beforeTs}`);
|
||||
if (now - beforeTs > 60) {
|
||||
setBeforeTs(now);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user