We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 255aead commit effa2f6Copy full SHA for effa2f6
src/grids/mancalaRound.ts
@@ -77,6 +77,6 @@ export const mancalaRound = (args: IMancalaRoundArgs): GridPoints => {
77
grid.push(vertices);
78
}
79
80
- console.log(grid);
+ // console.log(grid);
81
return grid;
82
0 commit comments