From fe509a598aba9c9f6dda86c9bac8f955fc4f32a0 Mon Sep 17 00:00:00 2001 From: hdhog Date: Mon, 30 Oct 2017 13:54:11 +0400 Subject: [PATCH] Remove a debug output. --- aws.go | 1 - 1 file changed, 1 deletion(-) diff --git a/aws.go b/aws.go index 11cd9b4..1f73899 100644 --- a/aws.go +++ b/aws.go @@ -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://"))