Skip to content

Commit

Permalink
delete unnecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
sho0126hiro committed Oct 26, 2022
1 parent 61af86d commit 4a9154e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/internal/domain/service/slack_reaction_users.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ package service

import (
"context"
"fmt"

"github.com/moneyforward/auriga/app/pkg/slice"

Expand Down Expand Up @@ -48,7 +47,6 @@ func (s *slackReactionUsersService) ListUsersEmailByReaction(ctx context.Context
return nil, err
}
inviteUserIDs := s.getReactionUserIDs(ctx, msg.Reactions, reactionName)
fmt.Println(inviteUserIDs)
inviteUserEmails, err := s.slackRepository.ListUsersEmail(ctx, inviteUserIDs)
if err != nil {
return nil, err
Expand Down

0 comments on commit 4a9154e

Please sign in to comment.