From bc1f9575afbb8a9171dae8877949e0d9f22437e1 Mon Sep 17 00:00:00 2001 From: Daria Golova Date: Wed, 19 Oct 2022 15:59:46 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BB=D1=83=D1=87=D0=B8=D0=BB?= =?UTF-8?q?=D0=B0=20=D0=B4=D0=B0=D0=BD=D0=BD=D1=8B=D0=B5=20=D1=81=20=D0=B1?= =?UTF-8?q?=D0=B5=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/calendar/TheCalendar.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/calendar/TheCalendar.vue b/src/pages/calendar/TheCalendar.vue index 562b5fb..02797ec 100644 --- a/src/pages/calendar/TheCalendar.vue +++ b/src/pages/calendar/TheCalendar.vue @@ -47,7 +47,6 @@ export default { }, mounted() { this.fetchEventsData(); - console.log(this.eventsData); }, };