From 09b489218f783d3e4fe40a0eeee49a0516a73348 Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Wed, 17 May 2023 10:33:28 -0400 Subject: [PATCH] Removed watch for debugging --- src/layouts/service-location/service-location.vue | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/layouts/service-location/service-location.vue b/src/layouts/service-location/service-location.vue index da0a2ab9b..556bc4d04 100644 --- a/src/layouts/service-location/service-location.vue +++ b/src/layouts/service-location/service-location.vue @@ -411,13 +411,6 @@ export default { await this.$refs.shopQuestion.reloadShopData(this.zipCode); }, }, - // watch: { - // selectedAppointmentType: { - // handler() { - // this.selectedProvider = null; - // } - // } - // }, components: { alert, serviceZipModalQuestion,