diff --git a/SoObjects/SOGo/SOGoUser.m b/SoObjects/SOGo/SOGoUser.m index 652d66e51..1d606a7a5 100644 --- a/SoObjects/SOGo/SOGoUser.m +++ b/SoObjects/SOGo/SOGoUser.m @@ -1219,7 +1219,6 @@ static const NSString *kEncryptedUserNamePrefix = @"uenc"; tmp = nil; tmp = [cache valueForKey: cacheKey]; - NSLog(@"DKEY %@ - %@", cacheKey, tmp); if (tmp) { return tmp; } else {