From 78c1b9b918da0d2d92f6490a981dc250358c94aa Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Sat, 12 Mar 2022 16:42:45 +0100 Subject: [PATCH] Remove console.log --- src/calendar.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/calendar.js b/src/calendar.js index 4fc2a4a..70b107c 100644 --- a/src/calendar.js +++ b/src/calendar.js @@ -129,7 +129,6 @@ function fcEventFromjCalEvent(cal) { if (evt.status) { fcEvent.status = evt.status fcEvent.classNames = [`st-${evt.status.toLowerCase()}`] - console.log(evt.status, evt.summary) } if (evt.rrule) {