Remove debug routines

This commit is contained in:
JustArchi
2016-08-05 20:43:30 +02:00
parent 963f56ccf2
commit cf4141dde7

View File

@@ -377,11 +377,6 @@ namespace ArchiSteamFarm {
}
if (response != null) {
// TODO: Remove me
if (!response.Success) {
Logging.LogGenericError("HandleConfirmations() debug content: " + json, Bot.BotName);
}
return response.Success;
}