From 961ceb4a6c80a3cc11b7a97c5941993a5bf72d56 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 19 Dec 2006 20:59:11 +0000 Subject: [PATCH] Monotone-Parent: 178e12e8acc2c953743deaff7ad6e66cf95244b4 Monotone-Revision: 3a8c861a24282c4e8828e312e58b52573eb971e6 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-12-19T20:59:11 Monotone-Branch: ca.inverse.sogo --- Main/SOGo.m | 1 - 1 file changed, 1 deletion(-) diff --git a/Main/SOGo.m b/Main/SOGo.m index 6ee482ec0..0f10c9846 100644 --- a/Main/SOGo.m +++ b/Main/SOGo.m @@ -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]; }