diff --git a/src/layouts/schedule/schedule.vue b/src/layouts/schedule/schedule.vue index f4a9c09ac..e55274d01 100644 --- a/src/layouts/schedule/schedule.vue +++ b/src/layouts/schedule/schedule.vue @@ -2102,11 +2102,6 @@ export default { experimentSettings.SHOW_MULTI_LOCATION_APPT ); - // temp vars to use for testing; TO BE REMOVED - maxDayRangeToShowPmTimeslot = 2; - maxDayRangeToShowNoPmTimeslot = 2; - maxDayRangeToShowAnyTimeslot = 5; - let promotedMobileAppointment = null; let promotedInshopAppointment = null; const todaysDate = getTodayDate();