Revert "Debugging output for subscription issue"

This commit is contained in:
Francis Lachapelle
2018-06-27 15:39:02 -04:00
parent f8cd3fb29c
commit 821c846864
+1 -1
View File
@@ -1650,7 +1650,7 @@ static NSArray *childRecordFields = nil;
}
if (!group)
[self errorWithFormat: @"Can't find group %@", currentUID];
[self errorWithFormat: @"Can't find group %@", group];
else if ([group hasMemberWithUID: uid])
[acls addObject: [record valueForKey: @"c_role"]];
}