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) - // ) } /**