diff --git a/network.py b/network.py index f2c4bc9..3178a95 100644 --- a/network.py +++ b/network.py @@ -235,7 +235,7 @@ class Network: """ start = time.time() best_pair = self.calculate_1_ply(board, roll, player) - print(time.time() - start) + #print(time.time() - start) return best_pair