Skip to content

Commit

Permalink
🔥 Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGesenhues committed Nov 12, 2024
1 parent 942d175 commit 56f1c84
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/date/src/hooks/useDateInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ export const useDateInfo = ({
language,
});

console.log({ isDateNearToday, shouldShowRelativeDayOfWeek, shouldShowTime });

if (!isDateNearToday || !shouldShowRelativeDayOfWeek || !shouldShowTime) {
let formatString = 'dd. ';

Expand Down

0 comments on commit 56f1c84

Please sign in to comment.