kaori 5 lat temu
rodzic
commit
ff7cec4b45

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

@@ -81,7 +81,6 @@ export class SlackCtrl {
   @UseBefore(AuthorizeCommandMiddleware)
   @UseBefore(AuthorizeCommandMiddleware)
   async handleCommand(@Req() req: AuthedReq, @Res() res: Res): Promise<void|string> {
   async handleCommand(@Req() req: AuthedReq, @Res() res: Res): Promise<void|string> {
     const { body, authorizeResult } = req;
     const { body, authorizeResult } = req;
-    console.log('authorizeResult(commands)', authorizeResult);
     if (body.text == null) {
     if (body.text == null) {
       return 'No text.';
       return 'No text.';
     }
     }