From e0b20b90303ea7e92122cbf3cd4b9250446bd891 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Mon, 24 Jun 2024 14:52:50 +0200 Subject: [PATCH] Cleanup --- service.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/service.js b/service.js index 402771a..b6ada28 100644 --- a/service.js +++ b/service.js @@ -309,11 +309,6 @@ class BesService { this.statusDiv, this.textElement.nextSibling ) - // const statusPopup = document.createElement('bes-popup-status') - // document.body.appendChild(statusPopup) - // this.statusDiv.addEventListener('click', e => - // statusPopup.show(e.clientX, e.clientY, this) - // ) } /**