removed temp debug
This commit is contained in:
parent
63bd17103d
commit
b6e9c944f6
|
@ -418,13 +418,6 @@ impl Sudoku {
|
||||||
|
|
||||||
if let Some(limit) = solver_limit {
|
if let Some(limit) = solver_limit {
|
||||||
if collapse_counter >= limit {
|
if collapse_counter >= limit {
|
||||||
for cell in &self.grid[13] {
|
|
||||||
if let Some(state) = cell.get() {
|
|
||||||
println!("state: '{}'", state);
|
|
||||||
continue
|
|
||||||
}
|
|
||||||
println!("allowed : '{:?}'", cell.get_allowed());
|
|
||||||
}
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue