Remove double logging output for a OneDrive 412 error (#622)

* Remove this logging output as it creates a double entry
This commit is contained in:
abraunegg 2019-08-22 20:07:33 +10:00 committed by GitHub
parent 893e235151
commit 437fe4d9e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -791,7 +791,6 @@ final class OneDriveApi
// 412 - Precondition Failed
case 412:
log.vlog("OneDrive returned a 'HTTP 412 - Precondition Failed' - gracefully handling error");
// Throw this as a specific exception so this is caught when performing sync.uploadLastModifiedTime
throw new OneDriveException(http.statusLine.code, http.statusLine.reason, response);