diff --git a/src/auth/auth.service.ts b/src/auth/auth.service.ts index 3a4cb03..9d0747e 100644 --- a/src/auth/auth.service.ts +++ b/src/auth/auth.service.ts @@ -71,7 +71,6 @@ export class AuthService { }; try { - this.logger.info(`User ${signupDto.email} signed up successfully.`); return await this.cognitoClient.signUp(params).promise(); return await this.userService.createUser(signupDto);