Browse Source

Modified comments

Taichi Masuyama 4 years ago
parent
commit
ba3d4117ab
1 changed files with 0 additions and 1 deletions
  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> {
   async syncSupportedGrowiCommands(relation:Relation): Promise<RelationMock> {
     const res = await this.getSupportedGrowiCommands(relation);
     const res = await this.getSupportedGrowiCommands(relation);
-    console.log(res);
     // const { supportedCommandsForBroadcastUse, supportedCommandsForSingleUse } = res.data;
     // const { supportedCommandsForBroadcastUse, supportedCommandsForSingleUse } = res.data;
     // relation.supportedCommandsForBroadcastUse = supportedCommandsForBroadcastUse;
     // relation.supportedCommandsForBroadcastUse = supportedCommandsForBroadcastUse;
     // relation.supportedCommandsForSingleUse = supportedCommandsForSingleUse;
     // relation.supportedCommandsForSingleUse = supportedCommandsForSingleUse;