소스 검색

delete console

zahmis 5 년 전
부모
커밋
e120b3019c
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/server/service/slackbot.js

+ 0 - 1
src/server/service/slackbot.js

@@ -84,7 +84,6 @@ class SlackBotService extends S2sMessageHandlable {
   async sendAuthTest() {
     await this.client.api.test();
     this.isConnectedToSlack = true;
-    console.log(this.isConnectedToSlack);
   }
 
   notCommand(body) {