diff --git a/SDWebImage/SDWebImageDownloader.m b/SDWebImage/SDWebImageDownloader.m index 1caf0380..10cd983e 100644 --- a/SDWebImage/SDWebImageDownloader.m +++ b/SDWebImage/SDWebImageDownloader.m @@ -151,7 +151,6 @@ static NSString *const kCompletedCallbackKey = @"completed"; { if (!wself) return; SDWebImageDownloader *sself = wself; - [sself callbacksForURL:url]; [sself removeCallbacksForURL:url]; }]; [wself.downloadQueue addOperation:operation];