From 43531e93c40c61ca25641f2726849d4ad11ce391 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Tue, 18 May 2021 12:41:58 +0300 Subject: [PATCH] remove console.log --- src/components/fullcalendar/FullCalendar.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/fullcalendar/FullCalendar.vue b/src/components/fullcalendar/FullCalendar.vue index a72fd463d..fc6c115b5 100755 --- a/src/components/fullcalendar/FullCalendar.vue +++ b/src/components/fullcalendar/FullCalendar.vue @@ -33,7 +33,6 @@ export default { } }, updated() { - console.log('updated'); if (!this.calendar && this.$el.offsetParent) { this.initialize(); }