Browse Source

remove debug

isundil 6 years ago
parent
commit
acd2f71a53
1 changed files with 0 additions and 2 deletions
  1. 0 2
      index.js

+ 0 - 2
index.js

@@ -107,8 +107,6 @@ KnackiBot.prototype.voice = function(chan, username) {
         return;
     }
     usernames.splice(0, 0, "MODE", chan, "+" +"v".repeat(usernames.length));
-    console.trace();
-    console.log(usernames);
     this.bot.send.apply(this.bot, usernames);
 }