mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-08 20:25:26 +03:00
remove testing code
This commit is contained in:
parent
fa1adc04d9
commit
657ea319e9
@ -121,15 +121,6 @@ export const useSegmentUtils = (
|
||||
roundBottom = !hasPrevSeverityEvent || !hasPrevOtherEvent;
|
||||
}
|
||||
|
||||
if (segmentTime == 1708459740) {
|
||||
console.log("hasOverlappingSeverityEvent: " + hasOverlappingSeverityEvent)
|
||||
console.log("hasPrevSeverityEvent: " + hasPrevSeverityEvent)
|
||||
console.log("hasNextSeverityEvent: " + hasNextSeverityEvent)
|
||||
console.log("hasOverlappingOtherEvent: " + hasOverlappingOtherEvent)
|
||||
console.log("hasPrevOtherEvent: " + hasPrevOtherEvent)
|
||||
console.log("hasNextOtherEvent: "+hasNextOtherEvent)
|
||||
}
|
||||
|
||||
return {
|
||||
roundTop,
|
||||
roundBottom
|
||||
|
||||
Loading…
Reference in New Issue
Block a user