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