Remove console.log
This commit is contained in:
parent
119f9660e3
commit
78c1b9b918
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue