From a2ab63c7b8a34da86324e00feed2e849991dbbf2 Mon Sep 17 00:00:00 2001 From: n8225 Date: Sat, 24 Aug 2019 08:47:04 -0500 Subject: [PATCH] Remove commented debug line. --- server/utils.go | 1 - 1 file changed, 1 deletion(-) diff --git a/server/utils.go b/server/utils.go index 04147d6..ff8973d 100644 --- a/server/utils.go +++ b/server/utils.go @@ -43,7 +43,6 @@ func getAwsSession(accessKey, secretKey, region, endpoint string, forcePathStyle Endpoint: aws.String(endpoint), Credentials: credentials.NewStaticCredentials(accessKey, secretKey, ""), S3ForcePathStyle: aws.Bool(forcePathStyle), - //LogLevel: aws.LogLevel(aws.LogDebug), })) }