Skip to content

Commit ba2e22f

Browse files
committed
fix: remove console log
1 parent 7fba75d commit ba2e22f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

apps/frontend/src/components/launches/calendar.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -390,10 +390,6 @@ export const CalendarColumn: FC<{
390390

391391
const isBeforeNow = useMemo(() => {
392392
const originalUtc = getDate.startOf('hour');
393-
console.log(
394-
originalUtc.startOf('hour').format(),
395-
dayjs().startOf('hour').utc().format()
396-
);
397393
return originalUtc.startOf('hour').isBefore(dayjs().startOf('hour').utc());
398394
}, [getDate, num]);
399395

0 commit comments

Comments
 (0)