fix: remove debug code

This commit is contained in:
Erik Kristensen
2023-01-10 20:59:39 -07:00
committed by Ben Johnson
parent ae670b0d27
commit 3368b7cf44

View File

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