From dd57d56cf91fdf23a588528bb32b1dcd0087d653 Mon Sep 17 00:00:00 2001 From: Alexandre Cloutier Date: Fri, 23 May 2014 10:15:21 -0400 Subject: [PATCH] remove crufts and applies comments --- SoObjects/SOGo/SOGoGCSFolder.m | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/SoObjects/SOGo/SOGoGCSFolder.m b/SoObjects/SOGo/SOGoGCSFolder.m index c2f275b22..3f626bc61 100644 --- a/SoObjects/SOGo/SOGoGCSFolder.m +++ b/SoObjects/SOGo/SOGoGCSFolder.m @@ -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"]];*/ } } }