From 97ce7fd2058b1df5294269cabfc1be8028bfb5d7 Mon Sep 17 00:00:00 2001 From: C Robert Date: Tue, 2 Jun 2009 17:10:33 +0000 Subject: [PATCH] Removed NSLog Monotone-Parent: fd50c862e356e0c0c102bf3b5901ec2e9de8241e Monotone-Revision: be1804befa03c2b271f09b1fa8f95c0d9877d056 Monotone-Author: crobert@inverse.ca Monotone-Date: 2009-06-02T17:10:33 Monotone-Branch: ca.inverse.sogo --- SoObjects/Appointments/SOGoAppointmentFolder.m | 1 - 1 file changed, 1 deletion(-) diff --git a/SoObjects/Appointments/SOGoAppointmentFolder.m b/SoObjects/Appointments/SOGoAppointmentFolder.m index 109d1027a..f5e84f7d5 100644 --- a/SoObjects/Appointments/SOGoAppointmentFolder.m +++ b/SoObjects/Appointments/SOGoAppointmentFolder.m @@ -1514,7 +1514,6 @@ firstInstanceCalendarDateRange: (NGCalendarDateRange *) fir { filterString = [NSString stringWithFormat: @"(c_iscycle = '%d')", [cycle intValue]]; - NSLog (filterString); [filters addObject: filterString]; }