Remove unnecessary console output

This commit is contained in:
Manuel Thalmann 2022-12-21 10:32:19 +01:00
parent 0ccffdf62e
commit 85d6298bff
No known key found for this signature in database
GPG key ID: 5FD9AD3CCDDBD27B

View file

@ -109,7 +109,6 @@ export function App()
*/
export function Board({ board })
{
console.log(board);
let fields = board.flatMap((row) => row);
return [