remove console log

This commit is contained in:
joshuaboud 2022-05-26 17:22:27 -03:00
parent 269718142f
commit d5618bdcc4
No known key found for this signature in database
GPG Key ID: 17EFB59E2A8BF50E

View File

@ -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') {