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);