diff --git a/packages/app-store/googlecalendar/lib/CalendarService.ts b/packages/app-store/googlecalendar/lib/CalendarService.ts index c52ebd492776a2..e8d6ddf5cc552a 100644 --- a/packages/app-store/googlecalendar/lib/CalendarService.ts +++ b/packages/app-store/googlecalendar/lib/CalendarService.ts @@ -520,7 +520,6 @@ export default class GoogleCalendarService implements Calendar { const calendarCacheEnabled = await getFeatureFlag(prisma, "calendar-cache"); let freeBusyResult: calendar_v3.Schema$FreeBusyResponse = {}; if (!calendarCacheEnabled) { - this.log.warn("Calendar Cache is disabled - Skipping"); const { timeMin, timeMax, items } = args; ({ json: freeBusyResult } = await this.oAuthManagerInstance.request( async () =>