mirror of
https://github.com/45Drives/cockpit-navigator.git
synced 2025-07-31 01:24:37 +02:00
remove console log
This commit is contained in:
parent
269718142f
commit
d5618bdcc4
@ -39,7 +39,6 @@ router.beforeEach(async (to, from) => {
|
||||
if (to.name === 'root')
|
||||
return `/browse${localStorage.getItem(lastPathStorageKey) ?? '/'}`;
|
||||
if (to.fullPath === lastValidRoutePath) {
|
||||
console.log("Route to same path");
|
||||
return true;
|
||||
}
|
||||
if (to.name === 'browse') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user