From 72526efcf288d8c274e71a391b9c1d14f54bd8c1 Mon Sep 17 00:00:00 2001 From: Adam Caouette Date: Mon, 13 Jan 2025 16:29:41 -0500 Subject: [PATCH] CASH-79: remove console log --- .../save-progress-modal-question.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/fmg-components/save-progress-modal-question/save-progress-modal-question.vue b/src/fmg-components/save-progress-modal-question/save-progress-modal-question.vue index 420d0f9a8..dcbc5d76e 100644 --- a/src/fmg-components/save-progress-modal-question/save-progress-modal-question.vue +++ b/src/fmg-components/save-progress-modal-question/save-progress-modal-question.vue @@ -78,8 +78,6 @@ export default { this.modal.resetButtonStyle(); }, async saveProgress() { - console.log("Saving Progress! userInput is: ", this.userInput); - // save email address to store await this.dispatchStoreAction(storeActions.SAVE_EMAIL, this.userInput, false);