removed unnecessary output

This commit is contained in:
Maurizio Bruetsch 2017-10-23 14:40:40 +02:00
parent 68ea8df7fe
commit 6394e2d323

View file

@ -36,7 +36,6 @@ public class Human implements Player {
System.out.println("This is not a legal move!");
}
}
System.out.println(choice);
return choice;
}