Removed old console.log

This commit is contained in:
Benjamin Claassen 2025-01-17 01:21:51 +01:00
parent e971684ad8
commit 30062089f6
No known key found for this signature in database
GPG Key ID: C5F495EAE56673BF

View File

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