Monotone-Parent: 76a822505adea00b3bf98056aa500f08ba7e35b7

Monotone-Revision: 1ec44e1cd1205962fc93b86e8f638af549ade6a1

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-06-02T20:06:27
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2008-06-02 20:06:27 +00:00
parent be9f97342b
commit 9f64407501
1 changed files with 0 additions and 2 deletions

View File

@ -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;
}