Skip to content

Commit

Permalink
Remove assert on download response being available (#2547)
Browse files Browse the repository at this point in the history
  • Loading branch information
zorgiepoo authored Apr 26, 2024
1 parent 0cff817 commit 5264c01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Downloader/SPUDownloader.m
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ - (void)downloadDidFinish SPU_OBJC_DIRECT
NSData *data = [NSData dataWithContentsOfFile:_downloadFilename];
if (data != nil) {
NSURLResponse *response = _download.response;
assert(response != nil);

NSURL *responseURL = response.URL;
if (responseURL == nil) {
Expand Down

0 comments on commit 5264c01

Please sign in to comment.