Sudoku review #1

Open
BordedDev wants to merge 19 commits from BordedDev/sudoku:main into main
Showing only changes of commit 77e78c8031 - Show all commits

View File

@ -463,7 +463,6 @@ class SudokuHost extends HTMLElement {
"state-changed", "state-changed",
this.syncCellsToSudoku.bind(this), this.syncCellsToSudoku.bind(this),
) )
console.log(this.#activePuzzle)
} }
attributeChangedCallback(name, oldValue, newValue) { attributeChangedCallback(name, oldValue, newValue) {