Skip to content

Commit

Permalink
remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirianni committed Jul 8, 2024
1 parent fece905 commit 92a41bd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ type BindPlane struct {
func NewBindPlane(config *config.Config, logger *zap.Logger) (*BindPlane, error) {
restryClient := resty.New()
restryClient.SetDisableWarn(true)

// Resty defaults to 60 seconds, but we want to be clear
// that we are setting a timeout here.
restryClient.SetTimeout(DefaultTimeout)

restryClient.SetBasicAuth(config.Auth.Username, config.Auth.Password)
Expand Down

0 comments on commit 92a41bd

Please sign in to comment.