remove console log

This commit is contained in:
Katie Kroell 2024-01-11 09:17:13 -05:00
parent 4e9b71e045
commit a10e12a07b

View file

@ -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}`;
}