Skip to content
Snippets Groups Projects
Commit 5edce3c2 authored by iliya's avatar iliya
Browse files

fix: removed commented out code

parent a8c0ba97
No related branches found
No related tags found
No related merge requests found
......@@ -504,8 +504,6 @@ public class AIPlayer implements IPlayer {
innerMap = strategyTableWithoutAces.get(handValue);
}
// System.out.println("DEBUG(" + handContainsAce + "): innerMap = " + innerMap);
if (innerMap.containsKey(croupierHand.computeHandValue())) {
Action act = innerMap.get(croupierHand.computeHandValue());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment