fix(acls): remove debugging output when searching in groups

pull/296/head
Francis Lachapelle 2021-03-03 10:57:03 -05:00
parent 3c7a6a0d4a
commit 3722169522
1 changed files with 0 additions and 2 deletions

View File

@ -1658,8 +1658,6 @@ static NSArray *childRecordFields = nil;
{
if ([(id<SOGoMembershipSource>)(source) groupWithUIDHasMemberWithUID: currentUID memberUid: uid])
[acls addObject: [record valueForKey: @"c_role"]];
else
[self errorWithFormat: @"Group %@ has no member with UID %@", currentUID, uid];
}
else
{