chore: Remove unnecessary log (#16426)
This commit is contained in:
@@ -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 () =>
|
||||
|
||||
Reference in New Issue
Block a user