Remove a debug output.

This commit is contained in:
hdhog 2017-10-30 13:54:11 +04:00 committed by hdhog
parent 3f8ed9703c
commit fe509a598a
1 changed files with 0 additions and 1 deletions

1
aws.go
View File

@ -34,7 +34,6 @@ func NewAWS(p *Plugin) AWS {
Region: aws.String(p.Region),
}
fmt.Println(p.Endpoint)
if p.Endpoint != "" {
sessCfg.Endpoint = &p.Endpoint
sessCfg.DisableSSL = aws.Bool(strings.HasPrefix(p.Endpoint, "http://"))