diff --git a/examples/auto_tic_tac_toe.rs b/examples/auto_tic_tac_toe.rs index 22c3bff..b6a5387 100644 --- a/examples/auto_tic_tac_toe.rs +++ b/examples/auto_tic_tac_toe.rs @@ -40,7 +40,6 @@ fn main() { // Find the best move match mcts.search() { Ok(action) => { - mcts.print_tree(); println!( "AI chooses: {} (row {}, col {})", action.index,