Skip to content

Commit

Permalink
Merge pull request AFNetworking#1600 from lukabratos/master
Browse files Browse the repository at this point in the history
Removed empty, unused else clause.
  • Loading branch information
mattt committed Nov 18, 2013
2 parents a441116 + e8fd074 commit 7ebf6e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions UIKit+AFNetworking/UIImageView+AFNetworking.m
Expand Up @@ -147,8 +147,6 @@ - (void)setImageWithURLRequest:(NSURLRequest *)urlRequest
} else if (responseObject) {
strongSelf.image = responseObject;
}
} else {

}

[[[strongSelf class] af_sharedImageCache] cacheImage:responseObject forRequest:urlRequest];
Expand Down

0 comments on commit 7ebf6e3

Please sign in to comment.