remove debug message

This commit is contained in:
Simon Gardling 2025-02-27 21:32:03 -05:00
parent 78d619b9a0
commit f4e882aea2
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -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;
} }
} }