Skip to content

Commit 7b7bb5f

Browse files
easyCZroboquat
authored andcommitted
[pat] Remove handling log message
1 parent 753a24b commit 7b7bb5f

File tree

1 file changed

+0
-2
lines changed
  • components/public-api-server/pkg/apiv1

1 file changed

+0
-2
lines changed

components/public-api-server/pkg/apiv1/tokens.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,6 @@ func (s *TokensService) GetPersonalAccessToken(ctx context.Context, req *connect
119119
return nil, err
120120
}
121121

122-
log.Infof("Handling GetPersonalAccessToken request for Token ID '%s'", tokenID.String())
123-
124122
token, err := db.GetPersonalAccessTokenForUser(ctx, s.dbConn, tokenID, userId)
125123
if err != nil {
126124
return nil, err

0 commit comments

Comments
 (0)