🔨 remove debug statement

This commit is contained in:
platane
2020-10-24 14:59:05 +02:00
parent 9889966e29
commit 69c3551cc5

View File

@@ -49,8 +49,6 @@ const onChange = () => {
.map(snakeToCells)
.flat()
.forEach(({ x, y }) => highlightCell(x, y));
highlightCell(2, 4);
};
onChange();