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 " "; }