From cf0d5cdc51cba84ae0e3502c76572fbc975037b4 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Wed, 24 Jan 2018 21:48:20 -0800 Subject: [PATCH] Remove unwanted debugging print statement. --- .../Account/LocalAccount/LocalAccountRefresher.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Frameworks/Account/LocalAccount/LocalAccountRefresher.swift b/Frameworks/Account/LocalAccount/LocalAccountRefresher.swift index 72656138d..dce4d3a78 100644 --- a/Frameworks/Account/LocalAccount/LocalAccountRefresher.swift +++ b/Frameworks/Account/LocalAccount/LocalAccountRefresher.swift @@ -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) {