Skip to content

Commit

Permalink
Fix: 잘못된 로그 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
Jnnsu committed Apr 25, 2024
1 parent a0a9dde commit 869680d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/auth/auth.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 869680d

Please sign in to comment.