CASH-79: remove console log
This commit is contained in:
parent
4d12660664
commit
72526efcf2
1 changed files with 0 additions and 2 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue