mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-14 00:47:25 +00:00
Remove unnecessary logging confusing people
This commit is contained in:
parent
ecf6846255
commit
df0ede4ccc
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue