Update HttpClientManager.cs

This commit is contained in:
pointfeev 2023-02-18 17:22:44 -05:00
parent 4e0f361233
commit 575e23da1a

View file

@ -33,7 +33,9 @@ internal static class HttpClientManager
{
if (e.StatusCode != HttpStatusCode.TooManyRequests)
{
#if DEBUG
DebugForm.Current.Log("Get request failed to " + url + ": " + e, LogTextBox.Warning);
#endif
return null;
}
#if DEBUG