remove @Pownie's debug print

This commit is contained in:
Christoffer Müller Madsen 2018-04-16 00:03:02 +02:00
parent 611f6cdba0
commit 8998dca1f2

View File

@ -284,7 +284,6 @@ class Board:
legal_moves = set()
if not Board.any_move_valid(board, player, roll):
print("Inside board:",board)
return [ board ]
dice_permutations = list(itertools.permutations(roll)) if roll[0] != roll[1] else [[roll[0]]*4]
# print("Dice permuts:",dice_permutations)