Removed old console.log

This commit is contained in:
BordedDev 2025-01-17 01:21:51 +01:00
parent 7ebcbcff41
commit 77e78c8031

View File

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