Skip to content

Commit c6015d6

Browse files
committed
fix: console log of events accidentally left after debug
1 parent 7ba1d1c commit c6015d6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib/event.func.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,8 +342,6 @@ export function processEvents(allEvents: any[], config: atomicCardConfig) {
342342
event.originName = eventMap[eventIdentifier].calendars.join(', ');
343343
});
344344

345-
console.log(updatedEvents);
346-
347345
newEvents = updatedEvents;
348346
}
349347

0 commit comments

Comments
 (0)