Jelajahi Sumber

remove debug

isundil 6 tahun lalu
induk
melakukan
acd2f71a53
1 mengubah file dengan 0 tambahan dan 2 penghapusan
  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);
 }