Remove debug
This commit is contained in:
parent
d214a5909c
commit
9eba040264
|
@ -65,7 +65,6 @@ emoteBlacklist.prototype.save = function() {
|
|||
blist.push(item);
|
||||
});
|
||||
localStorage["emoteBlacklist"] = JSON.stringify(blist);
|
||||
console.log("ENABLED? " + this.enabled);
|
||||
if(window.ebEnabled) {
|
||||
this.start();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue