From 2d1f7afc97eac4cc90890964d45379ff56f52f9a Mon Sep 17 00:00:00 2001 From: seungjo Date: Sat, 17 Aug 2024 18:11:48 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20=ED=95=84=EC=9A=94=EC=97=86?= =?UTF-8?q?=EB=8A=94=20=EB=A1=9C=EA=B7=B8=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dnd/jjakkak/domain/jwt/filter/JwtAuthenticationFilter.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/java/com/dnd/jjakkak/domain/jwt/filter/JwtAuthenticationFilter.java b/src/main/java/com/dnd/jjakkak/domain/jwt/filter/JwtAuthenticationFilter.java index 2d5b437..16baf36 100644 --- a/src/main/java/com/dnd/jjakkak/domain/jwt/filter/JwtAuthenticationFilter.java +++ b/src/main/java/com/dnd/jjakkak/domain/jwt/filter/JwtAuthenticationFilter.java @@ -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)) {