Skip to content

Commit

Permalink
Stop logging busted openings
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathmagician8191 committed Jan 9, 2024
1 parent 446465e commit 27029e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tester/src/match.rs
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ fn test_position(
if score > alpha && score < beta {
break board;
}
println!("{} is busted", board.to_string());
};
let compressed_board = board.send_to_thread();
let compressed_board_2 = compressed_board.clone();
Expand Down

0 comments on commit 27029e7

Please sign in to comment.