From 205015914544353ccb77e13f203e617499357e91 Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Wed, 18 Feb 2026 10:15:30 -0500 Subject: [PATCH] remove commented out line --- src/layouts/schedule-page/service-location/service-location.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/layouts/schedule-page/service-location/service-location.vue b/src/layouts/schedule-page/service-location/service-location.vue index 78a5cb32..bca1ba72 100644 --- a/src/layouts/schedule-page/service-location/service-location.vue +++ b/src/layouts/schedule-page/service-location/service-location.vue @@ -317,8 +317,6 @@ export default { }, selectedAppointmentType(newValue, oldValue) { if (this.isInshop && this.selectedProvider && this.availabilityRating === null) { - // this.refreshAvailabilityRating(); - const appointmenTypeServiceLocationObj = { appointmentType: newValue, mobileProviderNumber: null,