Skip to content

Commit

Permalink
Remove comment and log
Browse files Browse the repository at this point in the history
Will fix in another PR
  • Loading branch information
Patrick Robinson committed Mar 4, 2019
1 parent 4173f04 commit 59eac9c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions iamy/aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,8 @@ func (a *AwsFetcher) fetchIamData() error {
}),
},
func(resp *iam.GetAccountAuthorizationDetailsOutput, lastPage bool) bool {
// There's a bug here. This doesn't set the variable outside this function scope
// So IAMY just swallows any errors returned from populateIamData()
populateIamDataErr = a.populateIamData(resp)
if populateIamDataErr != nil {
log.Println("Error Fetching IAM Data")
return false
}
return true
Expand Down

0 comments on commit 59eac9c

Please sign in to comment.