2
0
itizawa 4 жил өмнө
parent
commit
01eef5f1c8

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

@@ -214,8 +214,6 @@ export class SlackCtrl {
     /*
     * forward to GROWI server
     */
-    console.log(payload.actions);
-
     const relation = await this.relationRepository.findOne({ installation, growiUri: req.growiUri });
 
     if (relation == null) {