diff --git a/src/layouts/entry-page/entry-page.vue b/src/layouts/entry-page/entry-page.vue index a4d4a138..b627bc37 100644 --- a/src/layouts/entry-page/entry-page.vue +++ b/src/layouts/entry-page/entry-page.vue @@ -90,7 +90,6 @@ export default { if (authorized) { this.mainStore.applicationUser.coverageAttempts = 0; - console.log(this.mainStore.applicationUser.coverageAttempts); // Forced full location redirect here. We do not want the entry page as part of the router/flow/path history. window.location = `/?issPage=${issPageValues.WELCOME_PAGE}`; }