removed commented out old code

This commit is contained in:
austinio7116
2018-04-21 06:29:43 +01:00
committed by maustin
parent 84653d7aae
commit 131def83b9

View File

@@ -792,13 +792,6 @@ public class CardThemedDeckBuilder extends DeckGeneratorBase {
addManaCurveCards(CardRanker.rankCardsInDeck(possibleList.subList(0, targetSize*3 <= possibleList.size() ? targetSize*3 : possibleList.size())), addManaCurveCards(CardRanker.rankCardsInDeck(possibleList.subList(0, targetSize*3 <= possibleList.size() ? targetSize*3 : possibleList.size())),
num, "Random Card"); num, "Random Card");
/*for(int i=0;i<num;++i){
PaperCard randomCard=iRandomPool.next();
deckList.add(randomCard);
if(logToConsole) {
System.out.println("Random Card[" + i + "]:" + randomCard.getName() + " (" + randomCard.getRules().getManaCost() + ")");
}
}*/
} }
/** /**