Skip to content

Commit 7944f68

Browse files
committed
code optimized
1 parent f81defd commit 7944f68

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

checkers/game.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,6 @@ def __predict_optimal_move(self, side: SideType) -> list[Move]:
231231

232232
self.__field = Field.copy(field_copy)
233233

234-
print(best_result)
235-
236234
optimal_move = []
237235
if (optimal_moves):
238236
# Фильтрация хода

0 commit comments

Comments
 (0)