From bb2c53aab4bb966a16a42608bcd91b1ab6054991 Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Mon, 16 Oct 2023 09:01:41 -0400 Subject: [PATCH] remove console.log --- .../mobile-location-modal-questions.vue | 2 -- 1 file changed, 2 deletions(-) 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();