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 5eca32e63..fa5c1eb62 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 @@ -240,7 +240,8 @@ export default { let tempTest = false; let internalModelAddressQuestions = this.internalModel.addressQuestions; let modelValueAddressQuestions = this.modelValue.addressQuestions; - if (tempTest) { // THIS WILL NEVER BE TRUE + if (tempTest) { + // THIS WILL NEVER BE TRUE console.warn(internalModelAddressQuestions); console.warn(modelValueAddressQuestions); } @@ -282,7 +283,8 @@ export default { } } else { // START - TEMP CODE FROM A CAOUETTE 5/25/23 TO BE REMOVED BY EOD - if (tempTest) { // THIS WILL NEVER BE TRUE + if (tempTest) { + // THIS WILL NEVER BE TRUE console.warn("the zips match and the exception was run"); } // END - TEMP CODE FROM A CAOUETTE 5/25/23 TO BE REMOVED BY EOD