fix: remove debug code

This commit is contained in:
Erik Kristensen
2023-01-10 20:59:39 -07:00
committed by Ben Johnson
parent 530930465d
commit 8dbdf2b91c

View File

@@ -94,7 +94,6 @@ func (c *ReplicaClient) Init(ctx context.Context) (err error) {
if region != "" { if region != "" {
config.Region = aws.String(region) config.Region = aws.String(region)
} }
config.CredentialsChainVerboseErrors = aws.Bool(true)
sess, err := session.NewSession(config) sess, err := session.NewSession(config)
if err != nil { if err != nil {