From ee8e1e6f18ca7baf82ef33716210d1eb8165589b Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 7 Sep 2007 13:35:06 +0000 Subject: [PATCH] Monotone-Parent: 058f5a310b6bec2478c767650e3d9f8b2a304022 Monotone-Revision: 9df6e001998902bd5c8999371fe27d0a80a65394 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-09-07T13:35:06 Monotone-Branch: ca.inverse.sogo --- UI/Scheduler/UIxComponentEditor.m | 1 - 1 file changed, 1 deletion(-) 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];