Remove console.log
This commit is contained in:
parent
f39deb8cf1
commit
ededdc6079
|
|
@ -151,7 +151,6 @@ function joiningClass(to) {
|
|||
}
|
||||
|
||||
router.beforeEach(async (to, from, next) => {
|
||||
console.log('to', from, to)
|
||||
if (to.path === '/logout') {
|
||||
publicApolloClient.resetStore();
|
||||
next({name: 'hello'});
|
||||
|
|
|
|||
Loading…
Reference in New Issue