浏览代码

remove print

Nicolas Winkler 2 年之前
父节点
当前提交
8e1bb23c1a
共有 1 个文件被更改,包括 0 次插入1 次删除
  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;
         }