From eff69827ccf72c9253eac7c6f9bdff47a266b28f Mon Sep 17 00:00:00 2001 From: C Robert Date: Wed, 2 Sep 2009 19:15:45 +0000 Subject: [PATCH] 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 --- UI/Scheduler/UIxCalView.m | 3 --- 1 file changed, 3 deletions(-) diff --git a/UI/Scheduler/UIxCalView.m b/UI/Scheduler/UIxCalView.m index 7d91c6e30..b0bfd7617 100644 --- a/UI/Scheduler/UIxCalView.m +++ b/UI/Scheduler/UIxCalView.m @@ -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++)