Removed old console.log

This commit is contained in:
Benjamin Claassen
2025-01-17 01:21:51 +01:00
parent e971684ad8
commit 30062089f6
-1
View File
@@ -463,7 +463,6 @@ class SudokuHost extends HTMLElement {
"state-changed",
this.syncCellsToSudoku.bind(this),
)
console.log(this.#activePuzzle)
}
attributeChangedCallback(name, oldValue, newValue) {