diff --git a/Main/SOGo.m b/Main/SOGo.m index dc9d59796..4cd6dd1d5 100644 --- a/Main/SOGo.m +++ b/Main/SOGo.m @@ -461,7 +461,6 @@ static BOOL debugObjectAllocation = NO; if (![_key isEqualToString:@"favicon.ico"]) { -// NSLog (@"lookup user name '%@'", _key); if ([self isUserName: _key inContext: _ctx]) obj = [self lookupUser: _key inContext: _ctx]; }