Remove debug

This commit is contained in:
Sacha Ligthert 2025-01-21 21:26:17 +01:00
parent 4017ecc1e1
commit ba2aa13999

View File

@ -17,7 +17,7 @@ func Run() {
solver.row9 = "200590006"
solver.load_blocks()
fmt.Println("Total blocks:", len(solver.blocks))
//fmt.Println("Total blocks:", len(solver.blocks))
// Find rows that fit with the entered rows
solver.find_blocks(&solver.row1, &solver.row1s)