Removed debug command.

This commit is contained in:
LevelX2 2018-01-28 01:14:50 +01:00
parent 22c30a43f5
commit b60cd3d40e

View file

@ -1413,7 +1413,6 @@ public class ComputerPlayer extends PlayerImpl implements Player {
@Override @Override
public boolean chooseTarget(Outcome outcome, Cards cards, TargetCard target, Ability source, Game game) { public boolean chooseTarget(Outcome outcome, Cards cards, TargetCard target, Ability source, Game game) {
log.debug("chooseTarget");
if (cards == null || cards.isEmpty()) { if (cards == null || cards.isEmpty()) {
return target.isRequired(source); return target.isRequired(source);
} }