Skip to content

Commit

Permalink
Update onedrive.d
Browse files Browse the repository at this point in the history
* Remove log output that was erroneously left in
  • Loading branch information
abraunegg committed May 10, 2024
1 parent 1eb089a commit 2b8d1ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/onedrive.d
Original file line number Diff line number Diff line change
Expand Up @@ -1337,7 +1337,6 @@ class OneDriveApi {
// Read in the Retry-After HTTP header as set and delay as per this value before retrying the request
thisBackOffInterval = response.getRetryAfterValue();
addLogEntry("Using Retry-After Value = " ~ to!string(thisBackOffInterval), ["debug"]);
addLogEntry("Using Retry-After Value = " ~ to!string(thisBackOffInterval));
transientError = true;
break;
// Transient errors
Expand Down

0 comments on commit 2b8d1ad

Please sign in to comment.