diff --git a/community/index.page.tsx b/community/index.page.tsx index c2ab06e6a9..7e2be5d79d 100644 --- a/community/index.page.tsx +++ b/community/index.page.tsx @@ -167,7 +167,6 @@ const events = [ }, ]; const { nearestDateDiff, nearestEvent } = findNearestUpcomingEvent(events); -console.log({ nearestDateDiff, nearestEvent }); const XrplEventsAndCarouselSection = ({ events }) => { const { useTranslate } = useThemeHooks(); const { translate } = useTranslate();