Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
emilwidlund committed Jan 29, 2025
1 parent 659d9d8 commit f7b49b7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ const rangeToInterval = (startDate: Date) => {
(new Date().getTime() - startDate.getTime()) / (24 * 60 * 60 * 1000),
)

console.log({ yearsAgo, monthsAgo, weeksAgo, daysAgo })

if (yearsAgo >= 3) {
return Interval.YEAR
} else if (monthsAgo >= 4) {
Expand Down

0 comments on commit f7b49b7

Please sign in to comment.