removed unnecessary output
This commit is contained in:
parent
68ea8df7fe
commit
6394e2d323
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue