remove crufts and applies comments

pull/39/head
Alexandre Cloutier 2014-05-23 10:15:21 -04:00
parent 3261c21549
commit dd57d56cf9
1 changed files with 1 additions and 3 deletions

View File

@ -196,6 +196,7 @@ static NSArray *childRecordFields = nil;
ocsPath = nil;
ocsFolder = nil;
childRecords = [NSMutableDictionary new];
folderSubscriptionValues = nil;
userCanAccessAllObjects = NO;
}
@ -306,9 +307,6 @@ static NSArray *childRecordFields = nil;
displayName = [folderSubscriptionValues keysWithFormat: subjectFormat];
[displayName retain];
/*[displayName appendFormat: @" (%@ <%@>)", [ownerIdentity objectForKey: @"cn"],
[ownerIdentity objectForKey: @"c_email"]];*/
}
}
}