mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
- Removed test log
This commit is contained in:
parent
b316a32ab7
commit
f84805d487
1 changed files with 0 additions and 1 deletions
|
@ -885,7 +885,6 @@ public class GameState implements Serializable, Copyable<GameState> {
|
|||
}
|
||||
ZoneChangeData eventData = entry.getKey();
|
||||
if (!movedCards.isEmpty() || !movedTokens.isEmpty()) {
|
||||
System.out.println("The movedCards and movedTokens : " + movedCards + " " + movedTokens);
|
||||
ZoneChangeGroupEvent event = new ZoneChangeGroupEvent(
|
||||
movedCards,
|
||||
movedTokens,
|
||||
|
|
Loading…
Reference in a new issue