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