remove console

This commit is contained in:
Nicolas Mowen 2024-02-26 12:37:50 -07:00
parent 184cabcfcd
commit 5d26da8dd2

View File

@ -91,8 +91,8 @@ export default function DesktopEventView({
return false; return false;
} }
return contentRef.current.scrollHeight > contentRef.current.clientHeight return contentRef.current.scrollHeight > contentRef.current.clientHeight;
}, [contentRef.current?.scrollHeight]) }, [contentRef.current?.scrollHeight]);
// review interaction // review interaction
@ -200,8 +200,6 @@ export default function DesktopEventView({
return <ActivityIndicator />; return <ActivityIndicator />;
} }
console.log("the time range is " + JSON.stringify(timeRange))
return ( return (
<div className="flex flex-col w-full h-full"> <div className="flex flex-col w-full h-full">
<div className="flex justify-between mb-2"> <div className="flex justify-between mb-2">