Explorar el Código

delete console

zahmis hace 5 años
padre
commit
85615c8558
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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();