Skip to content

Commit

Permalink
remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
JorritSalverda committed Aug 26, 2021
1 parent 3d0cb22 commit 361d91b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/clients/bitbucketapi/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,11 +262,9 @@ func (c *client) ValidateInstallationJWT(ctx context.Context, authorizationHeade
}
}

log.Warn().Interface("installations", installations).Interface("token", token).Str("clientKey", clientKey).Str("key", c.config.Integrations.Bitbucket.Key).Msg(ErrMissingInstallation.Error())
return nil, ErrMissingInstallation
}

log.Warn().Interface("installations", installations).Interface("token", token).Str("key", c.config.Integrations.Bitbucket.Key).Msg(ErrMissingInstallation.Error())
return nil, ErrMissingClaims
})
if err != nil {
Expand Down

0 comments on commit 361d91b

Please sign in to comment.