Skip to content

Commit

Permalink
Merge pull request #69 from dnd-side-project/develop
Browse files Browse the repository at this point in the history
Deploy/로그 삭제 후 재배포
  • Loading branch information
f1v3-dev authored Aug 17, 2024
2 parents c24065c + 2d1f7af commit a92e1f4
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ public class JwtAuthenticationFilter extends OncePerRequestFilter {
@Override
protected void doFilterInternal(HttpServletRequest request, HttpServletResponse response, FilterChain filterChain) throws ServletException, IOException {

log.info("doFilter - OncePerRequest");

String path = request.getRequestURI();

if (isPathInWhiteList(path)) {
Expand Down

0 comments on commit a92e1f4

Please sign in to comment.