diff --git a/FrontEnd/scripts/debug_panel.js b/FrontEnd/scripts/debug_panel.js index 33cd70d78..fdff8cb89 100644 --- a/FrontEnd/scripts/debug_panel.js +++ b/FrontEnd/scripts/debug_panel.js @@ -26,10 +26,6 @@ export class SPIDebugPanel extends HTMLElement { } } - disconnectedCallback() { - console.log('SPIDebugPanel disconnectedCallback') - } - reset() { const buttonsContainer = this.querySelector('.buttons') if (buttonsContainer) buttonsContainer.remove()