diff --git a/static/app.js b/static/app.js index 09ec3b941..016ee4129 100644 --- a/static/app.js +++ b/static/app.js @@ -47,7 +47,7 @@ }); router.afterEach(function (to) { - console.log('afterEach', to); + console.log('Route: ', to.name); if (router.hasRoute(to.fullPath)) { router.removeRoute(to.fullPath) }