diff --git a/packages/hoppscotch-backend/src/auth/strategies/google.strategy.ts b/packages/hoppscotch-backend/src/auth/strategies/google.strategy.ts index d4247b7ed..ad1f48a47 100644 --- a/packages/hoppscotch-backend/src/auth/strategies/google.strategy.ts +++ b/packages/hoppscotch-backend/src/auth/strategies/google.strategy.ts @@ -23,7 +23,6 @@ export class GoogleStrategy extends PassportStrategy(Strategy) { const user = await this.usersService.findUserByEmail( profile.emails[0].value, ); - console.log('user log', user); if (O.isNone(user)) { const createdUser = await this.usersService.createUserSSO(