- CardThemedDeckBuilder: disable debug logging by default.

This commit is contained in:
Agetian
2018-06-18 12:40:02 +03:00
parent fa590b5eb1
commit a740bc262e

View File

@@ -58,7 +58,7 @@ public class CardThemedDeckBuilder extends DeckGeneratorBase {
// Views for aiPlayable // Views for aiPlayable
protected Iterable<PaperCard> onColorCreaturesAndSpells; protected Iterable<PaperCard> onColorCreaturesAndSpells;
protected static final boolean logToConsole = true; protected static final boolean logToConsole = false;
protected static final boolean logColorsToConsole = false; protected static final boolean logColorsToConsole = false;
protected Iterable<PaperCard> keyCards; protected Iterable<PaperCard> keyCards;