From 4ac1eb1d76b3a99279a2b0c8a290c15a29df6d1e Mon Sep 17 00:00:00 2001 From: Dave Verwer Date: Mon, 28 Oct 2024 13:11:37 +0000 Subject: [PATCH] Unecessary JavaScript log. --- FrontEnd/scripts/debug_panel.js | 4 ---- 1 file changed, 4 deletions(-) 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()