Skip to content
This repository has been archived by the owner on Nov 21, 2020. It is now read-only.

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
munkhorgil committed Sep 16, 2020
1 parent b3ae8d9 commit 4595495
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/gmail/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ export const getHistoryChanges = async ({ email, historyId }: { email: string; h
} catch (e) {
debugGmail(`Failed: getHistoryChanges email: ${email} ${e.message}`);

console.log('askdjalksdjd');

await checkAccessTokenExpired(e.message, email);

throw e;
Expand Down

0 comments on commit 4595495

Please sign in to comment.