From 5d26da8dd2e6e62785bca90500af3bcfac2b7f51 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Mon, 26 Feb 2024 12:37:50 -0700 Subject: [PATCH] remove console --- web/src/views/events/DesktopEventView.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/web/src/views/events/DesktopEventView.tsx b/web/src/views/events/DesktopEventView.tsx index 328280236..7021fe063 100644 --- a/web/src/views/events/DesktopEventView.tsx +++ b/web/src/views/events/DesktopEventView.tsx @@ -91,8 +91,8 @@ export default function DesktopEventView({ return false; } - return contentRef.current.scrollHeight > contentRef.current.clientHeight - }, [contentRef.current?.scrollHeight]) + return contentRef.current.scrollHeight > contentRef.current.clientHeight; + }, [contentRef.current?.scrollHeight]); // review interaction @@ -200,8 +200,6 @@ export default function DesktopEventView({ return ; } - console.log("the time range is " + JSON.stringify(timeRange)) - return (