mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-14 04:08:32 +03:00
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);
|
||||
}, [location]);
|
||||
|
||||
console.log('nonRootLocation', nonRootLocation, 'location', location);
|
||||
|
||||
return (
|
||||
<>
|
||||
<Routes location={nonRootLocation || location}>
|
||||
|
|
Loading…
Add table
Reference in a new issue