Remove an error log that’s just noise.
This commit is contained in:
parent
947c4f04d7
commit
bc2d325022
@ -28,10 +28,6 @@ struct HTMLMetadataDownloader {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
if let error = error {
|
|
||||||
appDelegate.logMessage("Error downloading metadata at \(url): \(error)", type: .warning)
|
|
||||||
}
|
|
||||||
|
|
||||||
completion(nil)
|
completion(nil)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user