Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
Heiaha committed Nov 17, 2024
1 parent 0842bef commit ce0caf7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/search.rs
Original file line number Diff line number Diff line change
Expand Up @@ -426,12 +426,6 @@ impl<'a> Search<'a> {

let mut idx = 0;
while let Some(m) = moves.next_best() {
if m.is_quiet() {
println!("{}", board);
println!("{}", m);
println!("{:?}", m.flags());
}
debug_assert!(!m.is_quiet());
///////////////////////////////////////////////////////////////////
// Effectively a SEE check. Bad captures will have a score < 0
// given by the SEE + the bad capture offset,
Expand Down

0 comments on commit ce0caf7

Please sign in to comment.