From df0ede4ccc27be31302f3aa718fb3ec024e8067c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Domeradzki?= Date: Sat, 6 Apr 2024 01:13:09 +0200 Subject: [PATCH] Remove unnecessary logging confusing people --- ArchiSteamFarm/Steam/Integration/ArchiHandler.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/ArchiSteamFarm/Steam/Integration/ArchiHandler.cs b/ArchiSteamFarm/Steam/Integration/ArchiHandler.cs index 7adbe0651..f345cd03c 100644 --- a/ArchiSteamFarm/Steam/Integration/ArchiHandler.cs +++ b/ArchiSteamFarm/Steam/Integration/ArchiHandler.cs @@ -237,8 +237,6 @@ public sealed class ArchiHandler : ClientMsgHandler { 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