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