From 234701d5fb4bb1b829b7186bf15f2059b5a3608a Mon Sep 17 00:00:00 2001 From: Keith Williams Date: Wed, 4 Sep 2024 08:09:10 -0300 Subject: [PATCH] chore: Remove unnecessary log (#16426) --- packages/app-store/googlecalendar/lib/CalendarService.ts | 1 - 1 file changed, 1 deletion(-) 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 () =>