Log output changes

This commit is contained in:
2023-09-02 14:11:11 +02:00
parent ed79ee5d0f
commit a05e1914e3
3 changed files with 4 additions and 3 deletions

View File

@ -60,7 +60,7 @@ internal class DownloadClient : GlobalBase
if(referrer is not null)
requestMessage.Headers.Referrer = new Uri(referrer);
_lastExecutedRateLimit[requestType] = DateTime.Now;
Log($"Requesting {requestType} {url}");
//Log($"Requesting {requestType} {url}");
response = Client.Send(requestMessage);
}
catch (HttpRequestException e)