Cleanup debug print
This commit is contained in:
parent
48c93fa197
commit
a2711f341f
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user