Skip to content

Commit

Permalink
🐛 Remove console.log in google drive sync
Browse files Browse the repository at this point in the history
  • Loading branch information
naelob committed Oct 9, 2024
1 parent f43e6c2 commit c8c834c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ export class GoogleDriveService implements IFileService {
if (!connection) return;

const auth = new OAuth2Client();
console.log("token is "+ JSON.stringify(this.cryptoService.decrypt(connection.access_token)));
auth.setCredentials({
access_token: this.cryptoService.decrypt(connection.access_token),
});
Expand Down

0 comments on commit c8c834c

Please sign in to comment.