Remove an error log that’s just noise.

This commit is contained in:
Brent Simmons 2020-04-22 20:41:13 -07:00
parent 947c4f04d7
commit bc2d325022
1 changed files with 0 additions and 4 deletions

View File

@ -28,10 +28,6 @@ struct HTMLMetadataDownloader {
return
}
if let error = error {
appDelegate.logMessage("Error downloading metadata at \(url): \(error)", type: .warning)
}
completion(nil)
}
}