From a10e12a07bbe439a60157bfb526e969de3976a71 Mon Sep 17 00:00:00 2001 From: Katie Kroell Date: Thu, 11 Jan 2024 09:17:13 -0500 Subject: [PATCH] remove console log --- src/layouts/entry-page/entry-page.vue | 1 - 1 file changed, 1 deletion(-) 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}`; }