*Removed debug output

This commit is contained in:
Hellfish
2013-04-07 14:37:28 +00:00
parent 220a868cbb
commit 58a72c1dce

View File

@@ -1416,8 +1416,6 @@ public class GameAction {
void handleLeylinesAndChancellors() {
for (Player p : game.getPlayers()) {
if(p.isComputer())
System.out.println("AI");
final List<Card> openingHand = new ArrayList<Card>(p.getCardsIn(ZoneType.Hand));
for (final Card c : openingHand) {