Remove debug leftovers

This commit is contained in:
JustArchi
2017-08-01 13:23:19 +02:00
parent f3f444d0bd
commit e5ee909b96

View File

@@ -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<uint>(), packageIDs);
} catch (Exception e) {
ArchiLogger.LogGenericException(e);