Skip to content

Commit

Permalink
Remove unnecessary logging confusing people
Browse files Browse the repository at this point in the history
  • Loading branch information
JustArchi committed Apr 5, 2024
1 parent ecf6846 commit df0ede4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ArchiSteamFarm/Steam/Integration/ArchiHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,6 @@ public async IAsyncEnumerable<Asset> 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
Expand Down

0 comments on commit df0ede4

Please sign in to comment.