Browse Source

clean code

nameczz 4 years ago
parent
commit
df8cf84655
1 changed files with 0 additions and 1 deletions
  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 />