From 5fa815241d262bf9971f6bbc0cc586b26efddcd1 Mon Sep 17 00:00:00 2001 From: Kroell Date: Thu, 20 Apr 2023 13:02:00 -0400 Subject: [PATCH] clean up --- src/layouts/service-location/service-location.vue | 5 ----- 1 file changed, 5 deletions(-) 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;