remove debug message
This commit is contained in:
parent
78d619b9a0
commit
f4e882aea2
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user