Remove debug I added

This commit is contained in:
JustArchi
2016-01-23 23:45:22 +01:00
parent ae829d7942
commit eab136f635

View File

@@ -331,7 +331,6 @@ namespace ArchiSteamFarm {
return;
}
Logging.LogGenericDebug(Bot.BotName, "Checking page: " + page);
HtmlDocument htmlDocument = await Bot.ArchiWebHandler.GetBadgePage(page).ConfigureAwait(false);
if (htmlDocument == null) {
return;