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);
|
await this.onZipUpdateCallback(serviceZipCode);
|
||||||
}
|
}
|
||||||
// Update the page level model
|
// Update the page level model
|
||||||
console.log(this.internalModel);
|
|
||||||
this.$emit('update:modelValue', this.internalModel);
|
this.$emit('update:modelValue', this.internalModel);
|
||||||
|
|
||||||
this.closeModal();
|
this.closeModal();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// Update the page level model
|
// Update the page level model
|
||||||
console.log(this.internalModel);
|
|
||||||
this.$emit('update:modelValue', this.internalModel);
|
this.$emit('update:modelValue', this.internalModel);
|
||||||
|
|
||||||
this.closeModal();
|
this.closeModal();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue