Skip to content

Commit

Permalink
Remove log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasplappert committed Mar 27, 2011
1 parent ad6fe2e commit 146cee6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions InstapaperKit/IKEngine.m
Expand Up @@ -421,9 +421,6 @@ - (void)connectionDidFinishLoading:(IKURLConnection *)connection
code:NSURLErrorBadServerResponse code:NSURLErrorBadServerResponse
userInfo:nil]; userInfo:nil];


// TODO: remove
NSLog(@"%d: %@", (int)connection.response.statusCode, responseString);

IKURLConnectionType type = [connection _type]; IKURLConnectionType type = [connection _type];
if (type == IKURLConnectionTypeAuthAccessToken) { if (type == IKURLConnectionTypeAuthAccessToken) {
NSInteger statusCode = connection.response.statusCode; NSInteger statusCode = connection.response.statusCode;
Expand Down

0 comments on commit 146cee6

Please sign in to comment.