remove console.log
This commit is contained in:
parent
035e03e72f
commit
bb2c53aab4
1 changed files with 0 additions and 2 deletions
|
|
@ -286,14 +286,12 @@ export default {
|
|||
await this.onZipUpdateCallback(serviceZipCode);
|
||||
}
|
||||
// Update the page level model
|
||||
console.log(this.internalModel);
|
||||
this.$emit('update:modelValue', this.internalModel);
|
||||
|
||||
this.closeModal();
|
||||
}
|
||||
} else {
|
||||
// Update the page level model
|
||||
console.log(this.internalModel);
|
||||
this.$emit('update:modelValue', this.internalModel);
|
||||
|
||||
this.closeModal();
|
||||
|
|
|
|||
Loading…
Reference in a new issue