diff --git a/SoObjects/SOGo/SOGoGCSFolder.m b/SoObjects/SOGo/SOGoGCSFolder.m index 9c89a6392..4885cc025 100644 --- a/SoObjects/SOGo/SOGoGCSFolder.m +++ b/SoObjects/SOGo/SOGoGCSFolder.m @@ -1658,8 +1658,6 @@ static NSArray *childRecordFields = nil; { if ([(id)(source) groupWithUIDHasMemberWithUID: currentUID memberUid: uid]) [acls addObject: [record valueForKey: @"c_role"]]; - else - [self errorWithFormat: @"Group %@ has no member with UID %@", currentUID, uid]; } else {