From 657ea319e96696baeef07061d415028f165306ff Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Tue, 20 Feb 2024 16:38:32 -0600 Subject: [PATCH] remove testing code --- web/src/hooks/use-segment-utils.ts | 9 --------- 1 file changed, 9 deletions(-) diff --git a/web/src/hooks/use-segment-utils.ts b/web/src/hooks/use-segment-utils.ts index e0ed9f542..c31393a2e 100644 --- a/web/src/hooks/use-segment-utils.ts +++ b/web/src/hooks/use-segment-utils.ts @@ -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