Skip to content

Commit

Permalink
Merge pull request #785 from ejensen/task-description-request
Browse files Browse the repository at this point in the history
Update task description
  • Loading branch information
kean authored May 29, 2024
2 parents 7395c7a + 0a1611a commit 3703b16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/Nuke/Loading/DataLoader.swift
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ private final class _DataLoader: NSObject, URLSessionDataDelegate {
session.delegateQueue.addOperation { // `URLSession` is configured to use this same queue
self.handlers[task] = handler
}
task.taskDescription = "Nuke Load Data"
task.resume()
return AnonymousCancellable { task.cancel() }
}
Expand Down

0 comments on commit 3703b16

Please sign in to comment.