From e5ee909b96f7703a0977d417da821be62074ce71 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Tue, 1 Aug 2017 13:23:19 +0200 Subject: [PATCH] Remove debug leftovers --- ArchiSteamFarm/Bot.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/ArchiSteamFarm/Bot.cs b/ArchiSteamFarm/Bot.cs index 26cf74dc8..e49c92548 100755 --- a/ArchiSteamFarm/Bot.cs +++ b/ArchiSteamFarm/Bot.cs @@ -355,7 +355,6 @@ namespace ArchiSteamFarm { await PICSSemaphore.WaitAsync().ConfigureAwait(false); try { - ArchiLogger.LogGenericDebug("Asking for " + appID); productInfoResultSet = await SteamApps.PICSGetProductInfo(appID, null, false); } catch (Exception e) { ArchiLogger.LogGenericException(e); @@ -463,7 +462,6 @@ namespace ArchiSteamFarm { await PICSSemaphore.WaitAsync().ConfigureAwait(false); try { - ArchiLogger.LogGenericDebug("Asking for " + string.Join(", ", packageIDs)); productInfoResultSet = await SteamApps.PICSGetProductInfo(Enumerable.Empty(), packageIDs); } catch (Exception e) { ArchiLogger.LogGenericException(e);