- Removing debug line.

This commit is contained in:
Agetian
2017-01-03 17:26:15 +00:00
parent a8b48da7c3
commit a89c37af02

View File

@@ -84,7 +84,6 @@ public class ChooseColorAi extends SpellAbilityAi {
testSa.setActivatingPlayer(ai); testSa.setActivatingPlayer(ai);
if (((PlayerControllerAi)ai.getController()).getAi().canPlaySa(testSa) == AiPlayDecision.WillPlay) { if (((PlayerControllerAi)ai.getController()).getAi().canPlaySa(testSa) == AiPlayDecision.WillPlay) {
// the AI is willing to play the spell // the AI is willing to play the spell
System.out.println("Willing to play " + testSa + " for " + testSa.getHostCard());
return true; return true;
} }
} }