- removed testing code from Tergrid, God of Fright

This commit is contained in:
jeffwadsworth 2021-01-19 17:36:27 -06:00
parent 61db3d22bb
commit b6ff2bb01d

View file

@ -146,9 +146,6 @@ class TergridGodOfFrightEffect extends OneShotEffect {
@Override
public boolean apply(Game game, Ability source) {
Card card = (Card) game.getState().getValue(source.getSourceId() + "TergridGodOfFrightControl");
if (card != null) {
System.out.println("In the effect and the card is " + card.getName());
}
Player controller = game.getPlayer(source.getControllerId());
if (controller != null
&& card != null) {