Monotone-Parent: 709114ee2583e1d5dd3a0b7418932cc584f38d0f

Monotone-Revision: 26ae83c519411a3dbc3e5d45991a5ed34a6756db

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-31T18:55:33
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2006-10-31 18:55:33 +00:00
parent 6eb08e6939
commit df2277f0bf
1 changed files with 0 additions and 1 deletions

View File

@ -124,7 +124,6 @@ static BOOL doCrashOnSessionCreate = NO;
}
- (id)lookupUser:(NSString *)_key inContext:(id)_ctx {
NSLog (@"lookupUser: %@", _key);
return [[[NSClassFromString(@"SOGoUserFolder") alloc]
initWithName:_key inContainer:self] autorelease];