Skip to content

Commit

Permalink
refactor : ExceptionPrint 제거 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qbeom0925 committed Sep 28, 2023
1 parent 51129a6 commit c1b9a67
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ public UserEmailAuthRes emailAuth(
Integer.toString(authCode));
return UserEmailAuthRes.builder().emailAuthToken(mailJwt).build();
} catch (NoSuchAlgorithmException e) {
e.printStackTrace();
return null;
}
}
Expand Down

0 comments on commit c1b9a67

Please sign in to comment.