From 9f64407501eefc21dd4418206057d210cb627ace Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 2 Jun 2008 20:06:27 +0000 Subject: [PATCH] Monotone-Parent: 76a822505adea00b3bf98056aa500f08ba7e35b7 Monotone-Revision: 1ec44e1cd1205962fc93b86e8f638af549ade6a1 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-06-02T20:06:27 Monotone-Branch: ca.inverse.sogo --- Main/SOGo.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/Main/SOGo.m b/Main/SOGo.m index 673dc377b..4f42cb1f5 100644 --- a/Main/SOGo.m +++ b/Main/SOGo.m @@ -393,7 +393,6 @@ static BOOL debugObjectAllocation = NO; static NSArray *runLoopModes = nil; WOResponse *resp; - NSLog (@"request start"); cache = [SOGoCache sharedCache]; resp = [super dispatchRequest: _request]; [SOGoCache killCache]; @@ -409,7 +408,6 @@ static BOOL debugObjectAllocation = NO; target: self argument: nil order:1 modes:runLoopModes]; } - NSLog (@"request stop"); return resp; }