Skip to content

Commit

Permalink
Remove warn logging from IID
Browse files Browse the repository at this point in the history
  • Loading branch information
bsamseth committed Sep 21, 2024
1 parent 8b171b3 commit 4f429fe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions engine/src/search/speculate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,8 @@ impl Searcher<'_> {
self.transposition_table
.probe(ss.zobrist, ply, ss.halfmove_clock)
{
tracing::warn!("IID found a move");
return Some(mv);
}
tracing::warn!("IID failed to find a move");
}
tt_move
}
Expand Down

0 comments on commit 4f429fe

Please sign in to comment.