Skip to content

Commit

Permalink
chore: 불필요한 출력문 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
megymj committed Oct 19, 2023
1 parent ceb94e1 commit d7f249e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ public ResponseEntity<ErrorApiResponse<?>> handleCustomException(CustomException
*/
@ExceptionHandler(value = {MethodArgumentTypeMismatchException.class})
public ResponseEntity<ErrorApiResponse<?>> handleTypeMismatch(MethodArgumentTypeMismatchException ex) {
System.out.println(ex.getRequiredType());
if (Objects.equals(ex.getRequiredType(), Tendency.class)) {

// Throw your custom exception or handle it directly here
Expand Down

0 comments on commit d7f249e

Please sign in to comment.