Skip to content

Commit

Permalink
chore: delete redundant print msg (#1145)
Browse files Browse the repository at this point in the history
  • Loading branch information
SparkYuan committed Jun 6, 2024
1 parent c31e1f7 commit 6549a04
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/secrets/providers/aws/secretsmanager/secretsmanager.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ func (s *smSecretStore) convertSecretToGjson(secretValueOutput *secretsmanager.G
}

func init() {
fmt.Printf("init aws secret")

secrets.Register(&DefaultSecretStoreProvider{}, &v1.ProviderSpec{
AWS: &v1.AWSProvider{},
})
Expand Down

0 comments on commit 6549a04

Please sign in to comment.