Skip to content

Commit

Permalink
[Setting]: Security Exception 변경
Browse files Browse the repository at this point in the history
print문 제거

Related to: #38
  • Loading branch information
dev-Crayon committed Jan 10, 2024
1 parent 8ee9941 commit ebabdff
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ protected void doFilterInternal(
} catch (MalformedJwtException e) {
setErrorResponse(response, ErrorCode.MALFORMED_TOKEN);
} catch (IllegalArgumentException e) {
System.out.println("!!!!!!!!!!!!!!!!!!!!!!!11");
setErrorResponse(response, ErrorCode.NULL_TOKEN);
}
}
Expand Down

0 comments on commit ebabdff

Please sign in to comment.