logical/aws: remove debug I was using to test rollback :)

This commit is contained in:
Mitchell Hashimoto 2015-03-21 11:20:22 +01:00
parent 9e4b9d593b
commit 665cbaa3e4
1 changed files with 0 additions and 1 deletions

View File

@ -84,7 +84,6 @@ func (b *backend) pathUserRead(
keyResp, err := client.CreateAccessKey(&iam.CreateAccessKeyRequest{
UserName: aws.String(username),
})
err = fmt.Errorf("SUCK!")
if err != nil {
return logical.ErrorResponse(fmt.Sprintf(
"Error creating access keys: %s", err)), nil