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).") } }