fix: remove debug code
This commit is contained in:
committed by
Ben Johnson
parent
530930465d
commit
8dbdf2b91c
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user