Remove console.log

This commit is contained in:
Tom Hubrecht 2022-03-12 16:42:45 +01:00
parent 119f9660e3
commit 78c1b9b918

View file

@ -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) {