Skip to content

Commit effa2f6

Browse files
committed
Oops. Remove log from mancalaRound
1 parent 255aead commit effa2f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/grids/mancalaRound.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ export const mancalaRound = (args: IMancalaRoundArgs): GridPoints => {
7777
grid.push(vertices);
7878
}
7979

80-
console.log(grid);
80+
// console.log(grid);
8181
return grid;
8282
}

0 commit comments

Comments
 (0)