Removed NSLog

Monotone-Parent: 49714b85ec1539aa299cf3397138aa2bd21086cb
Monotone-Revision: 3ea392b157dc9573c7f8219aa7296cf845c3b081

Monotone-Author: crobert@inverse.ca
Monotone-Date: 2009-09-02T19:15:45
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
C Robert
2009-09-02 19:15:45 +00:00
parent 9111a196b2
commit eff69827cc

View File

@@ -712,12 +712,9 @@ static BOOL shouldDisplayWeekend = NO;
if (fileContent && [fileContent length])
{
NSLog (@"FILE: %@", fileContent);
additions = [iCalCalendar parseSingleFromSource: fileContent];
if (additions)
{
NSLog (@"Events: %d", [[additions events] count]);
components = [additions events];
count = [components count];
for (i = 0; i < count; i++)