Comment-out some debugging code.

This commit is contained in:
Brent Simmons 2017-10-08 01:56:18 -07:00
parent 1b44591692
commit 4b662efe15
1 changed files with 5 additions and 5 deletions

View File

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