mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
Removed debugging line.
This commit is contained in:
@@ -900,7 +900,6 @@ public class CardFactoryUtil {
|
||||
}
|
||||
|
||||
if (l[0].startsWith("GreatestToughness_")) {
|
||||
System.out.println("GREAT!");
|
||||
final String restriction = l[0].substring(18);
|
||||
final String[] rest = restriction.split(",");
|
||||
List<Card> list = CardLists.getValidCards(cc.getGame().getCardsIn(ZoneType.Battlefield), rest, cc, c);
|
||||
|
||||
Reference in New Issue
Block a user