mirror of
https://github.com/correl/mage.git
synced 2024-11-28 19:19:55 +00:00
Removed debug command.
This commit is contained in:
parent
22c30a43f5
commit
b60cd3d40e
1 changed files with 6 additions and 7 deletions
|
@ -1413,7 +1413,6 @@ public class ComputerPlayer extends PlayerImpl implements Player {
|
|||
|
||||
@Override
|
||||
public boolean chooseTarget(Outcome outcome, Cards cards, TargetCard target, Ability source, Game game) {
|
||||
log.debug("chooseTarget");
|
||||
if (cards == null || cards.isEmpty()) {
|
||||
return target.isRequired(source);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue