mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 14:28:52 +00:00
Revert "Debugging output for subscription issue"
This reverts commit e33ec4e396.
This commit is contained in:
@@ -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"]];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user