Skip to content

Commit

Permalink
🧹 cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bmiddha authored Oct 12, 2024
1 parent e69acde commit 02ee578
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gcal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 02ee578

Please sign in to comment.