mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
Remove unnecessary logging confusing people
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user