Remove console.log

This commit is contained in:
Christian Cueni 2021-05-17 13:03:39 +02:00
parent f39deb8cf1
commit ededdc6079
1 changed files with 0 additions and 1 deletions

View File

@ -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'});