From: constraintAutomaton Date: Tue, 8 Apr 2025 17:17:20 +0000 (+0200) Subject: Useless console.log in the example deleted. X-Git-Tag: v0.10.0~55^2~4 X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=1f82dafcb6296089aa4e5fc10ebc3ce809ae7bce;p=scryer-prolog.git Useless console.log in the example deleted. --- 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