Merge branch 'remove-printf-debugging-remains' into 'master'

removed unnecessary output

See merge request !28
This commit is contained in:
Maurizio Bruetsch 2017-10-23 14:43:24 +02:00
commit b19fbf3e52

View file

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