diff --git a/UI/Scheduler/UIxComponentEditor.m b/UI/Scheduler/UIxComponentEditor.m index eecd800ff..7937e8fa7 100644 --- a/UI/Scheduler/UIxComponentEditor.m +++ b/UI/Scheduler/UIxComponentEditor.m @@ -104,7 +104,6 @@ currentAttendee = [attendees nextObject]; while (currentAttendee) { - NSLog (@"currentCN: %@", [currentAttendee cn]); [names appendFormat: @"%@,", [currentAttendee cn]]; [emails appendFormat: @"%@,", [currentAttendee rfc822Email]]; currentAttendee = [attendees nextObject];