From bfdf897b300da2cf7a5e7d0b798da65bbad90646 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 19 Mar 2009 15:46:36 +0000 Subject: [PATCH] Monotone-Parent: 1892d22bfa9e855fd8c40d3f7f4b97d3637cb141 Monotone-Revision: b11b40d1a73231b76eb4bb1ce04046646f40d52f Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-03-19T15:46:36 Monotone-Branch: ca.inverse.sogo --- Main/SOGo.m | 12 +++--------- SoObjects/SOGo/SOGoObject.m | 3 --- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/Main/SOGo.m b/Main/SOGo.m index 4e1cc9fc6..439c39889 100644 --- a/Main/SOGo.m +++ b/Main/SOGo.m @@ -296,16 +296,12 @@ static BOOL debugObjectAllocation = NO; user = [SOGoUser userWithLogin: _key roles: nil]; if (user) - { - userFolder = [$(@"SOGoUserFolder") - objectWithName: _key - inContainer: self]; - } + userFolder = [$(@"SOGoUserFolder") + objectWithName: _key + inContainer: self]; else userFolder = nil; - NSLog (@"userFolder: %p (%@)", userFolder, _key); - return userFolder; } @@ -354,8 +350,6 @@ static BOOL debugObjectAllocation = NO; } } - NSLog (@"SOGo: lookup: %p (%@)", obj, _key); - return obj; } diff --git a/SoObjects/SOGo/SOGoObject.m b/SoObjects/SOGo/SOGoObject.m index 132089b0c..2858b14d3 100644 --- a/SoObjects/SOGo/SOGoObject.m +++ b/SoObjects/SOGo/SOGoObject.m @@ -270,7 +270,6 @@ SEL SOGoSelectorForPropertySetter (NSString *property) if ((self = [self init])) { context = [[WOApplication application] context]; - NSLog (@"init [%p] context = %p", self, context); nameInContainer = [_name copy]; container = _container; if ([self doesRetainContainer]) @@ -1166,8 +1165,6 @@ SEL SOGoSelectorForPropertySetter (NSString *property) NSString *baseURL, *urlMethod, *fullHost; NSNumber *port; - NSLog (@"url [%p] context = %p", self, context); - serverURL = [context serverURL]; baseURL = [[self baseURLInContext: context] stringByUnescapingURL]; path = [NSMutableArray arrayWithArray: [baseURL componentsSeparatedByString: