diff --git a/ArchiSteamFarm/Steam/Integration/ArchiHandler.cs b/ArchiSteamFarm/Steam/Integration/ArchiHandler.cs index 7adbe0651d25c..f345cd03c3d03 100644 --- a/ArchiSteamFarm/Steam/Integration/ArchiHandler.cs +++ b/ArchiSteamFarm/Steam/Integration/ArchiHandler.cs @@ -237,8 +237,6 @@ public async IAsyncEnumerable GetMyInventoryAsync(uint appID = Asset.Stea case EResult.ServiceUnavailable: case EResult.Timeout: // Expected failures that we should be able to retry - ArchiLogger.LogGenericDebug(string.Format(CultureInfo.CurrentCulture, Strings.WarningFailedWithError, serviceMethodResponse.Result)); - continue; case EResult.NoMatch: // Expected failures that we're not going to retry