From df86541d30a2f5db9040c429f41de6d6f366c909 Mon Sep 17 00:00:00 2001 From: brydon1 Date: Thu, 31 Aug 2023 09:40:30 -0400 Subject: [PATCH] Removing comments --- src/router/index.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 5f8f3cdc..6406096d 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -88,11 +88,8 @@ router.afterEach(async (to, from) => { // Update lastPageVisited in the store store.updateLastPageVisited(to.name); await store.saveSession()?.catch(() => { - console.log("failed :("); if(from.name === issPageValues.WELCOME_PAGE) { - console.log("welcome!"); router.navigate(navigationScenarios.SAVE_SESSION_FAILED, {query: {issPage: issPageValues.WELCOME_PAGE}}) - // TODO bail out if save session fails } });