Skip to content

Commit

Permalink
Not too chatty
Browse files Browse the repository at this point in the history
  • Loading branch information
MugunthKumar committed Feb 22, 2012
1 parent 44791ab commit 76d565e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions MKNetworkKit/MKNetworkOperation.m
Expand Up @@ -777,7 +777,6 @@ - (void) start
[self.request setHTTPBody:[self bodyData]];
}

DLog(@"%@", self);
self.connection = [[NSURLConnection alloc] initWithRequest:self.request
delegate:self
startImmediately:YES];
Expand Down Expand Up @@ -1189,10 +1188,6 @@ -(id) responseJSON {

-(void) operationSucceeded {

// don't log for cached responses
if(![self isCachedResponse])
DLog(@"%@", self);

for(MKNKResponseBlock responseBlock in self.responseBlocks)
responseBlock(self);
}
Expand Down

0 comments on commit 76d565e

Please sign in to comment.