ソースを参照

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() {
   async sendAuthTest() {
     await this.client.api.test();
     await this.client.api.test();
     this.isConnectedToSlack = true;
     this.isConnectedToSlack = true;
-    console.log(this.isConnectedToSlack);
   }
   }
 
 
   notCommand(body) {
   notCommand(body) {