Skip to content

Commit

Permalink
Remove unnecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
thingnotok committed Nov 3, 2022
1 parent 32b25cc commit fd18860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GmailAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ async function saveMail(account: string, folder: string, gmail: gmail_v1.Gmail,
}

async function fetchMailList(account: string, labelID: string, gmail: gmail_v1.Gmail) {
console.log(gmail)
// console.log(gmail)
const res = await gmail.users.threads.list({
userId: account,
labelIds: [labelID],
Expand Down

0 comments on commit fd18860

Please sign in to comment.