diff --git a/CreamInstaller/Utility/HttpClientManager.cs b/CreamInstaller/Utility/HttpClientManager.cs index af35eb6..967a51f 100644 --- a/CreamInstaller/Utility/HttpClientManager.cs +++ b/CreamInstaller/Utility/HttpClientManager.cs @@ -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