CASH-79: remove console log

This commit is contained in:
Adam Caouette 2025-01-13 16:29:41 -05:00
parent 4d12660664
commit 72526efcf2

View file

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