Skip to content

Commit 68170d5

Browse files
committed
Unecessary JavaScript log.
1 parent 452b094 commit 68170d5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

FrontEnd/scripts/debug_panel.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ export class SPIDebugPanel extends HTMLElement {
2626
}
2727
}
2828

29-
disconnectedCallback() {
30-
console.log('SPIDebugPanel disconnectedCallback')
31-
}
32-
3329
reset() {
3430
const buttonsContainer = this.querySelector('.buttons')
3531
if (buttonsContainer) buttonsContainer.remove()

0 commit comments

Comments
 (0)