diff --git a/src/layouts/service-location/service-location.vue b/src/layouts/service-location/service-location.vue index 28151758..31e4ec75 100644 --- a/src/layouts/service-location/service-location.vue +++ b/src/layouts/service-location/service-location.vue @@ -128,11 +128,6 @@ export default { }; }, set: function (newValue) { - // if (newValue.zipCode !== this.zipCode) { - // this.resetMobileLocation(); - // this.selectedAppointmentType = null; - // this.providerNumber = null; - // } this.zipCode = newValue.zipCode; this.state = newValue.state;