Removed old console.log
This commit is contained in:
parent
e971684ad8
commit
30062089f6
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user