zahmis 4 lat temu
rodzic
commit
9ebd055f58

+ 0 - 1
packages/app/src/server/service/slack-integration.ts

@@ -219,7 +219,6 @@ export class SlackIntegrationService implements S2sMessageHandlable {
   async handleCommandRequest(command, client, body, ...opt) {
     let module;
     try {
-      console.log(command, 222);
       module = `./slack-command-handler/${command}`;
     }
     catch (err) {