diff --git a/src/layouts/service-location/mobile-location-modal-questions/mobile-location-modal-questions.vue b/src/layouts/service-location/mobile-location-modal-questions/mobile-location-modal-questions.vue index 56c37024..f9ea85b2 100644 --- a/src/layouts/service-location/mobile-location-modal-questions/mobile-location-modal-questions.vue +++ b/src/layouts/service-location/mobile-location-modal-questions/mobile-location-modal-questions.vue @@ -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();