Monotone-Parent: 178e12e8acc2c953743deaff7ad6e66cf95244b4

Monotone-Revision: 3a8c861a24282c4e8828e312e58b52573eb971e6

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-12-19T20:59:11
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2006-12-19 20:59:11 +00:00
parent 1e0404d662
commit 961ceb4a6c
1 changed files with 0 additions and 1 deletions

View File

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