Cleanup debug print

This commit is contained in:
David Kruger 2025-06-29 22:51:17 -07:00
parent 48c93fa197
commit a2711f341f

View File

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