*Removed debug output.

This commit is contained in:
Hellfish
2011-11-06 19:28:34 +00:00
parent fdc4e916fa
commit 67080de91c

View File

@@ -1282,10 +1282,8 @@ public class MagicStack extends MyObservable {
activePlayerSAs.remove(next);
if (next.isTrigger()) {
System.out.println("Stack order: AllZone.getGameAction().playSpellAbility(next)");
AllZone.getGameAction().playSpellAbility(next);
} else {
System.out.println("Stack order: AllZone.getStack().add(next)");
this.add(next);
}
}