From b0371c79e635c0abb881df226184325340d45af1 Mon Sep 17 00:00:00 2001 From: Gavin Bruce Date: Thu, 30 Mar 2023 14:51:32 +1000 Subject: [PATCH] Remove Debugging. --- src/vue-cal/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/vue-cal/index.vue b/src/vue-cal/index.vue index 0773b53a..53038d87 100644 --- a/src/vue-cal/index.vue +++ b/src/vue-cal/index.vue @@ -1255,7 +1255,6 @@ export default { }, mounted () { - console.log('vue-cal index mounted: https://github.com/chillburn/vue-cal.git#bugfix/start-week-on-sunday-incorrect-labels') const ud = this.utils.date const hasTouch = 'ontouchstart' in window const { resize, drag, create, delete: deletable, title } = this.editEvents