🔨 remove debug statement
This commit is contained in:
@@ -49,8 +49,6 @@ const onChange = () => {
|
|||||||
.map(snakeToCells)
|
.map(snakeToCells)
|
||||||
.flat()
|
.flat()
|
||||||
.forEach(({ x, y }) => highlightCell(x, y));
|
.forEach(({ x, y }) => highlightCell(x, y));
|
||||||
|
|
||||||
highlightCell(2, 4);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
onChange();
|
onChange();
|
||||||
|
|||||||
Reference in New Issue
Block a user