Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
leits committed May 23, 2022
1 parent 082eb20 commit 68eb7f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion MeetingBar/EventStores/EKEventStore.swift
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ extension EKEventStore: EventStore {

let optional = rawAttendee.participantRole == .optional
let email = rawAttendee.safeNSURL?.resourceSpecifier
print(email)
let attendee = MBEventAttendee(email: email, name: rawAttendee.name, status: attendeeStatus, optional: optional, isCurrentUser: rawAttendee.isCurrentUser)

attendees.append(attendee)
Expand Down

0 comments on commit 68eb7f0

Please sign in to comment.