mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 14:28:52 +00:00
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:
@@ -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++)
|
||||
|
||||
Reference in New Issue
Block a user