fix: remove debug code
This commit is contained in:
committed by
Ben Johnson
parent
ae670b0d27
commit
3368b7cf44
@@ -92,7 +92,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