diff --git a/src/app.jsx b/src/app.jsx index f6fb6085..20e2237e 100644 --- a/src/app.jsx +++ b/src/app.jsx @@ -157,8 +157,6 @@ function App() { return !/^\/(login|welcome)/.test(pathname); }, [location]); - console.log('nonRootLocation', nonRootLocation, 'location', location); - return ( <>