Update index.js
Fixed formatting and remove debug-logging
This commit is contained in:
parent
99a78390a3
commit
cbaef7c236
1 changed files with 5 additions and 6 deletions
1
index.js
1
index.js
|
@ -160,7 +160,6 @@ class Tab extends EventEmitter {
|
|||
this.iconURL = iconURL;
|
||||
let span = this.tabElements.icon;
|
||||
if (iconURL) {
|
||||
console.log(iconURL);
|
||||
if(iconURL.startsWith("fa-")) {
|
||||
span.innerHTML = `<i class="fa ${iconURL}"></i>`;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue