mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-23 16:20:53 +01:00
Remove an error log that’s just noise.
This commit is contained in:
parent
947c4f04d7
commit
bc2d325022
@ -28,10 +28,6 @@ struct HTMLMetadataDownloader {
|
||||
return
|
||||
}
|
||||
|
||||
if let error = error {
|
||||
appDelegate.logMessage("Error downloading metadata at \(url): \(error)", type: .warning)
|
||||
}
|
||||
|
||||
completion(nil)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user