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]; }