Skip to content

Commit

Permalink
Remove redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
johananl committed Sep 13, 2018
1 parent 5f23b54 commit 3970ad6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aws/sts.go
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 3970ad6

Please sign in to comment.