From 3970ad6067dfdd6cb66e52f06cca0e18cfb7aeda Mon Sep 17 00:00:00 2001 From: Johanan Liebermann Date: Fri, 14 Sep 2018 01:15:31 +0200 Subject: [PATCH] Remove redundant comment --- aws/sts.go | 1 - 1 file changed, 1 deletion(-) diff --git a/aws/sts.go b/aws/sts.go index d85704c..22f3583 100644 --- a/aws/sts.go +++ b/aws/sts.go @@ -9,7 +9,6 @@ import ( ) func AssumeSAMLRole(PrincipalArn, RoleArn, SAMLAssertion string) (*Credentials, error) { - // Assume role input := sts.AssumeRoleWithSAMLInput{ PrincipalArn: aws.String(PrincipalArn), RoleArn: aws.String(RoleArn),