Useless console.log in the example deleted.

This commit is contained in:
constraintAutomaton
2025-04-08 19:17:20 +02:00
parent d2dfb7ccda
commit 1f82dafcb6

View File

@@ -263,7 +263,6 @@ Then a `pkg` directory will be created, containing everything you need for a web
const formatted = grid.map(row => `[${row.join(", ")}]`).join("\n");
formattedSolutions.push(formatted);
console.log(formatted);
}
// Output results