diff --git a/SoObjects/Appointments/SOGoAppointmentFolder.m b/SoObjects/Appointments/SOGoAppointmentFolder.m index 2d22f053a..63d910952 100644 --- a/SoObjects/Appointments/SOGoAppointmentFolder.m +++ b/SoObjects/Appointments/SOGoAppointmentFolder.m @@ -93,13 +93,6 @@ static NSNumber *sharedYes = nil; sharedYes = [[NSNumber numberWithBool:YES] retain]; } -- (id) REPORTAction: (id) _ctx -{ - NSLog (@"report action..."); - - return @"coucou"; -} - - (void) dealloc { [self->uidToFilename release];