From f0cf184b12114f8cb9cdd4fc02698143a9e28191 Mon Sep 17 00:00:00 2001 From: scottkiener-at-safelite Date: Thu, 30 Jul 2026 11:21:26 -0400 Subject: [PATCH] Remove console log --- src/layouts/scheduling/scheduling.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/layouts/scheduling/scheduling.vue b/src/layouts/scheduling/scheduling.vue index 11de35dba..53bd3a852 100644 --- a/src/layouts/scheduling/scheduling.vue +++ b/src/layouts/scheduling/scheduling.vue @@ -336,11 +336,6 @@ export default { return this.getCmsContent("ViewMoreShopsWidget", "Text"); }, estimatedTimeText() { - console.log( - "estimatedTimeText", - this.estimatedServiceMinutesMinimum, - this.estimatedServiceMinutesMaximum - ); if (!this.estimatedServiceMinutesMinimum || !this.estimatedServiceMinutesMaximum) { return " "; }