Revert "Debugging output for subscription issue"

This reverts commit e33ec4e396.
This commit is contained in:
Francis Lachapelle
2018-06-27 15:39:06 -04:00
parent 821c846864
commit aa41e6d868
2 changed files with 3 additions and 17 deletions

View File

@@ -1649,9 +1649,7 @@ static NSArray *childRecordFields = nil;
[[SOGoCache sharedCache] registerGroup: group withName: currentUID inDomain: domain];
}
if (!group)
[self errorWithFormat: @"Can't find group %@", group];
else if ([group hasMemberWithUID: uid])
if (group && [group hasMemberWithUID: uid])
[acls addObject: [record valueForKey: @"c_role"]];
}
}