Remove test code

This commit is contained in:
zhongwuzw 2019-04-02 19:45:40 +08:00
parent ec3b0590b0
commit 8294d74e93
1 changed files with 0 additions and 1 deletions

View File

@ -112,7 +112,6 @@
[cell.customImageView sd_setImageWithURL:[NSURL URLWithString:self.objects[indexPath.row]]
placeholderImage:placeholderImage
options:indexPath.row == 0 ? SDWebImageRefreshCached : 0];
[cell.customImageView sd_cancelCurrentImageLoad];
return cell;
}