소스 검색

clean code

nameczz 4 년 전
부모
커밋
df8cf84655
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      client/src/router/Router.tsx

+ 0 - 1
client/src/router/Router.tsx

@@ -21,7 +21,6 @@ const RouterWrapper = () => {
               key={v.path}
               path={v.path}
               render={() => {
-                console.log('isauth', isAuth);
                 const Page = v.component;
                 return isAuth || !v.auth ? (
                   <Page />