add dbg for regenerating arena

This commit is contained in:
2025-02-26 23:05:25 -05:00
parent 0ffded8488
commit a10b762b39

View File

@@ -247,6 +247,7 @@ impl FutureMoves {
if let Some(curr_board_idx) = curr_board {
self.set_root_idx_raw(curr_board_idx);
} else {
dbg!("regenerating arena from board");
self.set_root_from_board(*board);
}
}