mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
*Removed debug output
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user