Remove debug

This commit is contained in:
Jiiks 2016-04-06 05:09:33 +03:00
parent d214a5909c
commit 9eba040264
1 changed files with 0 additions and 1 deletions

View File

@ -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();
}