Removed debugging line.

This commit is contained in:
Krazy
2014-09-17 23:22:13 +00:00
parent bb1f61a2a9
commit 2ce558c3f4

View File

@@ -900,7 +900,6 @@ public class CardFactoryUtil {
} }
if (l[0].startsWith("GreatestToughness_")) { if (l[0].startsWith("GreatestToughness_")) {
System.out.println("GREAT!");
final String restriction = l[0].substring(18); final String restriction = l[0].substring(18);
final String[] rest = restriction.split(","); final String[] rest = restriction.split(",");
List<Card> list = CardLists.getValidCards(cc.getGame().getCardsIn(ZoneType.Battlefield), rest, cc, c); List<Card> list = CardLists.getValidCards(cc.getGame().getCardsIn(ZoneType.Battlefield), rest, cc, c);