diff --git a/index.js b/index.js index 72fe99a..c505fa9 100644 --- a/index.js +++ b/index.js @@ -160,13 +160,12 @@ class Tab extends EventEmitter { this.iconURL = iconURL; let span = this.tabElements.icon; if (iconURL) { - console.log(iconURL); if(iconURL.startsWith("fa-")) { - span.innerHTML = ``; - } - else { - span.innerHTML = ``; - } + span.innerHTML = ``; + } + else { + span.innerHTML = ``; + } } this.emit("icon-changed", iconURL, this); return this;