소스 검색

remove debug

isundil 6 년 전
부모
커밋
acd2f71a53
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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);
 }