From b3332cfef80cc9b16673bd32352304d40bd72f1c Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 21 Jan 2010 20:42:16 +0000 Subject: [PATCH] Monotone-Parent: a4f965425609368d1347526114e039b4c8f07962 Monotone-Revision: edc65fef18ecc69c7e977cbadc64111461f99b1f Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-01-21T20:42:16 Monotone-Branch: ca.inverse.sogo --- SoObjects/SOGo/SOGoGroup.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoObjects/SOGo/SOGoGroup.m b/SoObjects/SOGo/SOGoGroup.m index fb3c4f654..5c3f5b485 100644 --- a/SoObjects/SOGo/SOGoGroup.m +++ b/SoObjects/SOGo/SOGoGroup.m @@ -153,7 +153,7 @@ // We check to see if it's a group classes = [[entry attributeWithName: @"objectClass"] allStringValues]; - NSLog(@"classes for %@ = %@", theValue, classes); + // NSLog(@"classes for %@ = %@", theValue, classes); // Found a group, let's return it. if ([classes containsObject: @"group"] ||