From 02ee578a89c1696121adbd4cda352e88bdcf7e74 Mon Sep 17 00:00:00 2001 From: Bharat Middha <5100938+bmiddha@users.noreply.github.com> Date: Sat, 12 Oct 2024 16:57:26 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20cleanup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gcal.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/gcal.ts b/gcal.ts index 1316aae..f278778 100644 --- a/gcal.ts +++ b/gcal.ts @@ -48,7 +48,6 @@ export class GoogleCalendarClient { } const { client_email, private_key } = this.#serviceAccountKeyJson; - console.log(`Getting access token for ${client_email}`); const header = { alg: "RS256", typ: "JWT" }; const now = Math.floor(Date.now() / 1000);