소스 검색

delete console

zahmis 5 년 전
부모
커밋
85615c8558
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      packages/slackbot-proxy/src/controllers/slack.ts

+ 0 - 1
packages/slackbot-proxy/src/controllers/slack.ts

@@ -62,7 +62,6 @@ export class SlackCtrl {
     // Send response immediately to avoid opelation_timeout error
     // See https://api.slack.com/apis/connections/events-api#the-events-api__responding-to-events
 
-    console.log(body);
     const slackInput = this.receiveService.receiveContentsFromSlack(body);
     console.log('Controller/events', slackInput);
     res.send();