diff --git a/src/onedrive.d b/src/onedrive.d index 5b69c8aa..d03c3a7b 100644 --- a/src/onedrive.d +++ b/src/onedrive.d @@ -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);