diff --git a/chesspi/chesspi_ai.cpp b/chesspi/chesspi_ai.cpp index 33ad9bf515a732b8bb1bb1c229a9c1d166c662b6..fe710e9ccd807d6eef1ac3729e74fad83cc44096 100644 --- a/chesspi/chesspi_ai.cpp +++ b/chesspi/chesspi_ai.cpp @@ -149,7 +149,7 @@ std::vector build_tree(const chess_node & root, const int side,const curr_i += (ts - curr_i); } - //printf ("\nDepth = %d\n",tree.rbegin()->depth); + printf ("Depth = %d \n",tree.rbegin()->depth); return tree; }