Remove console.log
This commit is contained in:
parent
b58a838af0
commit
63b269e712
1 changed files with 0 additions and 2 deletions
|
@ -157,8 +157,6 @@ function App() {
|
||||||
return !/^\/(login|welcome)/.test(pathname);
|
return !/^\/(login|welcome)/.test(pathname);
|
||||||
}, [location]);
|
}, [location]);
|
||||||
|
|
||||||
console.log('nonRootLocation', nonRootLocation, 'location', location);
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Routes location={nonRootLocation || location}>
|
<Routes location={nonRootLocation || location}>
|
||||||
|
|
Loading…
Add table
Reference in a new issue