remove testing code

This commit is contained in:
Josh Hawkins 2024-02-20 16:38:32 -06:00
parent fa1adc04d9
commit 657ea319e9

View File

@ -121,15 +121,6 @@ export const useSegmentUtils = (
roundBottom = !hasPrevSeverityEvent || !hasPrevOtherEvent; 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 { return {
roundTop, roundTop,
roundBottom roundBottom