Skip to content

Commit

Permalink
removed console.log.
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgul committed Jan 3, 2023
1 parent c6f6140 commit d643320
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/auth/google.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ passport.use(new GoogleStrategy(
},
async (_accessToken, _refreshToken, profile, done) =>
{
console.log('profile:', profile);
try
{
// TODO: Maybe support more than the first email?
Expand Down

0 comments on commit d643320

Please sign in to comment.