Browse Source

remove print

Nicolas Winkler 2 năm trước cách đây
mục cha
commit
8e1bb23c1a
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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;
         }