diff --git a/clients/apps/web/src/app/(main)/dashboard/[organization]/(header)/customers/[id]/ClientPage.tsx b/clients/apps/web/src/app/(main)/dashboard/[organization]/(header)/customers/[id]/ClientPage.tsx
index 44ece00973..8299130384 100644
--- a/clients/apps/web/src/app/(main)/dashboard/[organization]/(header)/customers/[id]/ClientPage.tsx
+++ b/clients/apps/web/src/app/(main)/dashboard/[organization]/(header)/customers/[id]/ClientPage.tsx
@@ -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) {