1
0
mirror of https://github.com/dutchcoders/transfer.sh.git synced 2020-11-18 19:53:40 -08:00

Remove commented debug line.

This commit is contained in:
n8225 2019-08-24 08:47:04 -05:00
parent 6a956a445f
commit a2ab63c7b8

View File

@ -43,7 +43,6 @@ func getAwsSession(accessKey, secretKey, region, endpoint string, forcePathStyle
Endpoint: aws.String(endpoint), Endpoint: aws.String(endpoint),
Credentials: credentials.NewStaticCredentials(accessKey, secretKey, ""), Credentials: credentials.NewStaticCredentials(accessKey, secretKey, ""),
S3ForcePathStyle: aws.Bool(forcePathStyle), S3ForcePathStyle: aws.Bool(forcePathStyle),
//LogLevel: aws.LogLevel(aws.LogDebug),
})) }))
} }