nameczz %!s(int64=4) %!d(string=hai) anos
pai
achega
df8cf84655
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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 />