From 4b662efe15fe841297b3e4988b7b62e9c46799df Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sun, 8 Oct 2017 01:56:18 -0700 Subject: [PATCH] Comment-out some debugging code. --- .../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 086371151..8a517c4a6 100644 --- a/Frameworks/Account/LocalAccount/LocalAccountRefresher.swift +++ b/Frameworks/Account/LocalAccount/LocalAccountRefresher.swift @@ -119,11 +119,11 @@ extension LocalAccountRefresher: DownloadSessionDelegate { func downloadSession(_ downloadSession: DownloadSession, didReceiveNotModifiedResponse: URLResponse, representedObject: AnyObject) { - guard let feed = representedObject as? Feed else { - return - } - - print("Not modified response for \(feed.url).") +// guard let feed = representedObject as? Feed else { +// return +// } +// +// print("Not modified response for \(feed.url).") } }