Redundant

This commit is contained in:
JustArchi
2016-01-16 05:17:59 +01:00
parent 42f47740db
commit 55633c8d14

View File

@@ -256,7 +256,6 @@ namespace ArchiSteamFarm {
await Task.WhenAll(checkPagesTasks).ConfigureAwait(false);
if (GamesToFarm.Count == 0) {
Logging.LogGenericInfo(Bot.BotName, "No games to farm!");
return true;
}