Update onedrive.d

* Remove log output that was erroneously left in
This commit is contained in:
abraunegg 2024-05-11 08:35:53 +10:00
parent 1eb089ae58
commit 2b8d1adc1f

View file

@ -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