]> Repositorios git - scryer-prolog.git/commitdiff
Useless console.log in the example deleted.
authorconstraintAutomaton <[email protected]>
Tue, 8 Apr 2025 17:17:20 +0000 (19:17 +0200)
committerconstraintAutomaton <[email protected]>
Tue, 8 Apr 2025 17:17:20 +0000 (19:17 +0200)
README.md

index cbd9ff517eaadeb95c52d12871d1f90044bc23fe..ead2b06c468280492f24ba04e9bdacdec4d481f0 100644 (file)
--- 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