소스 검색

Modified comments

Taichi Masuyama 4 년 전
부모
커밋
ba3d4117ab
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      packages/slackbot-proxy/src/services/RelationsService.ts

+ 0 - 1
packages/slackbot-proxy/src/services/RelationsService.ts

@@ -41,7 +41,6 @@ export class RelationsService {
 
   async syncSupportedGrowiCommands(relation:Relation): Promise<RelationMock> {
     const res = await this.getSupportedGrowiCommands(relation);
-    console.log(res);
     // const { supportedCommandsForBroadcastUse, supportedCommandsForSingleUse } = res.data;
     // relation.supportedCommandsForBroadcastUse = supportedCommandsForBroadcastUse;
     // relation.supportedCommandsForSingleUse = supportedCommandsForSingleUse;