Nicolas Winkler 2 éve
szülő
commit
8e1bb23c1a
1 módosított fájl, 0 hozzáadás és 1 törlés
  1. 0 1
      src/search.rs

+ 0 - 1
src/search.rs

@@ -324,7 +324,6 @@ pub fn search(mut board: Board, sc: &mut SearchControl, hashs: Arc<RwLock<Cache>
         );
 
         if sc.move_history.read().unwrap().lookup(board.zobrist.as_ref().unwrap().1) >= 2 {
-            println!("mov {} hit", mov.to_string());
             val = 0;
         }