mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-25 09:11:13 +01:00
Remove unwanted debugging print statement.
This commit is contained in:
parent
9d5f7570eb
commit
cf0d5cdc51
@ -110,11 +110,11 @@ extension LocalAccountRefresher: DownloadSessionDelegate {
|
||||
|
||||
func downloadSession(_ downloadSession: DownloadSession, didReceiveUnexpectedResponse response: URLResponse, representedObject: AnyObject) {
|
||||
|
||||
guard let feed = representedObject as? Feed else {
|
||||
return
|
||||
}
|
||||
|
||||
print("Unexpected response \(response) for \(feed.url).")
|
||||
// guard let feed = representedObject as? Feed else {
|
||||
// return
|
||||
// }
|
||||
//
|
||||
// print("Unexpected response \(response) for \(feed.url).")
|
||||
}
|
||||
|
||||
func downloadSession(_ downloadSession: DownloadSession, didReceiveNotModifiedResponse: URLResponse, representedObject: AnyObject) {
|
||||
|
Loading…
Reference in New Issue
Block a user