mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 12:02:01 -08:00
Remove debug logging
This commit is contained in:
parent
ca8721e4f9
commit
d1192661bc
1 changed files with 0 additions and 5 deletions
|
|
@ -80,11 +80,6 @@ class GiantAlbatrossEffect extends OneShotEffect {
|
|||
public boolean apply(Game game, Ability source) {
|
||||
Player controller = game.getPlayer(source.getControllerId());
|
||||
DealtDamageToWatcher watcher = (DealtDamageToWatcher) game.getState().getWatchers().get(DealtDamageToWatcher.class.getSimpleName(), source.getSourceId());
|
||||
System.out.println("Dealt damage: "+watcher.dealtDamageToSource);
|
||||
for (MageObjectReference mageObjectReference : watcher.dealtDamageToSource){
|
||||
System.out.println(mageObjectReference.getCard(game).getName());
|
||||
System.out.println(mageObjectReference.getCard(game).getLogName());
|
||||
}
|
||||
for (UUID playerId : game.getState().getPlayersInRange(controller.getId(), game)) {
|
||||
Player player = game.getPlayer(playerId);
|
||||
if (player != null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue