chore: Remove unnecessary log (#16426)

This commit is contained in:
Keith Williams
2024-09-04 11:09:10 +00:00
committed by GitHub
parent 71ce87ca21
commit d759669c1e
@@ -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 () =>