From 1f82dafcb6296089aa4e5fc10ebc3ce809ae7bce Mon Sep 17 00:00:00 2001 From: constraintAutomaton Date: Tue, 8 Apr 2025 19:17:20 +0200 Subject: [PATCH] Useless console.log in the example deleted. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index cbd9ff51..ead2b06c 100644 --- a/README.md +++ b/README.md @@ -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 -- 2.54.0