removed temp debug

This commit is contained in:
WanderingPenwing 2024-12-02 22:40:33 +01:00
parent 63bd17103d
commit b6e9c944f6

View file

@ -418,13 +418,6 @@ impl Sudoku {
if let Some(limit) = solver_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;
}
}