[position] Remove a debugging println! I accidentally committed
This commit is contained in:
parent
634876822b
commit
035a83723d
1 changed files with 0 additions and 2 deletions
|
@ -106,8 +106,6 @@ impl Position {
|
||||||
Box::new(generator.filter(move |ply| {
|
Box::new(generator.filter(move |ply| {
|
||||||
let active_color_before_move = test_board.active_color();
|
let active_color_before_move = test_board.active_color();
|
||||||
|
|
||||||
println!("{:?} from:{} to:{}", ply, ply.origin(), ply.target());
|
|
||||||
|
|
||||||
let ply: Move = ply.clone().into();
|
let ply: Move = ply.clone().into();
|
||||||
let record = test_board
|
let record = test_board
|
||||||
.make_move(ply, ValidateMove::No)
|
.make_move(ply, ValidateMove::No)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue