Skip to content

Commit

Permalink
chore: removed debugging logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajat-Dabade committed Jul 1, 2024
1 parent 084839a commit 3b46c4b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,6 @@ func (s *MattermostAuthLayer) GetUsersByTeam(teamID string, asGuestID string, sh
}

func (s *MattermostAuthLayer) GetUsersList(userIDs []string, showEmail, showName bool) ([]*model.User, error) {
fmt.Println("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!")
query := s.baseUserQuery(showEmail, showName).
Where(sq.Eq{"u.id": userIDs})

Expand Down

0 comments on commit 3b46c4b

Please sign in to comment.