Skip to content

Commit d1feb05

Browse files
Fix
1 parent d8331ba commit d1feb05

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/utils/scheduler/event-builder.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,6 @@ export class EventBuilder {
215215
*/
216216
buildOccurrence(occurrenceStartDate?: SchedulerValidDate): CalendarEventOccurrence {
217217
const event = this.event;
218-
console.log(this.event);
219218
const effectiveDate = occurrenceStartDate ?? event.start;
220219
const key = `${event.id}::${this.adapter.format(effectiveDate, 'keyboardDate')}`;
221220
const processedEvent = processEvent(event, this.adapter);

0 commit comments

Comments
 (0)