diff --git a/ext/js/pages/action-popup-main.js b/ext/js/pages/action-popup-main.js index 536935aef..19ff6c423 100644 --- a/ext/js/pages/action-popup-main.js +++ b/ext/js/pages/action-popup-main.js @@ -76,7 +76,6 @@ class DisplayController { for (let i = 0; i < profileSelect.length; i++) { profileSelect[i].hidden = (profiles.length <= 1); } - console.log(profiles.length); this._updateProfileSelect(profiles, profileCurrent);