remove unnecessary print

This commit is contained in:
Christoffer Müller Madsen 2018-05-20 16:52:05 +02:00
parent 72f01a2a2d
commit f834b10e02

View File

@ -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