Merge pull request #534 from 64johnlee/chore/remove-debug-console-logs

chore(page-controller): remove accidental debug console.log calls
This commit is contained in:
Simon
2026-06-09 15:07:19 +08:00
committed by GitHub
2 changed files with 0 additions and 3 deletions

View File

@@ -552,8 +552,6 @@ export default (
scrollData: scrollData,
})
console.log('scrollData!!!', scrollData)
return scrollData
}

View File

@@ -209,7 +209,6 @@ export class SimulatorMask extends EventTarget {
dispose() {
this.#disposed = true
console.log('dispose SimulatorMask')
this.motion?.dispose()
this.wrapper.remove()
this.dispatchEvent(new Event('dispose'))