Removed debug statement entirely

This commit is contained in:
Luke Way
2018-03-25 09:03:38 -04:00
parent 572ecef291
commit 393eb54794

View File

@@ -686,7 +686,6 @@ public class DamageDealAi extends DamageAiBase {
final boolean noPrevention = sa.hasParam("NoPrevention"); final boolean noPrevention = sa.hasParam("NoPrevention");
final boolean divided = sa.hasParam("DividedAsYouChoose"); final boolean divided = sa.hasParam("DividedAsYouChoose");
final Player opp = ComputerUtil.getOpponentFor(ai); final Player opp = ComputerUtil.getOpponentFor(ai);
ai.getGame().getGameLog().add(GameLogEntryType.DAMAGE, "Choosing required targets: " + ai + " " + sa);
while (sa.getTargets().getNumTargeted() < tgt.getMinTargets(sa.getHostCard(), sa)) { while (sa.getTargets().getNumTargeted() < tgt.getMinTargets(sa.getHostCard(), sa)) {
// TODO: Consider targeting the planeswalker // TODO: Consider targeting the planeswalker