remove debug message
This commit is contained in:
@@ -97,7 +97,7 @@ impl FutureMoves {
|
|||||||
self.prune_bad_children();
|
self.prune_bad_children();
|
||||||
self.current_depth += 1;
|
self.current_depth += 1;
|
||||||
if cf.is_break() {
|
if cf.is_break() {
|
||||||
println!("extend_layers: early break");
|
// println!("extend_layers: early break");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user