Skip to content

Commit

Permalink
refactor(auth): print문 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
moomint8 committed May 9, 2024
1 parent 441b55a commit ca87544
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ public AuthController(AuthService authService) {
@PostMapping("/signup")
public ResponseEntity<CmdResponseMessageVO> signup(@RequestBody CmdRequestAuthVO request) {
AuthDTO authDTO = authDtoMapper(request);

System.out.println("authDTO = " + authDTO);
try {
authService.signup(authDTO);
} catch (Exception e) {
Expand Down

0 comments on commit ca87544

Please sign in to comment.