Skip to content

Commit

Permalink
Merge pull request #2166 from influxdata/debug-statement
Browse files Browse the repository at this point in the history
chore(http): remove debug printf
  • Loading branch information
imogenkinsman authored Jan 2, 2019
2 parents 3429e8d + e666bef commit 6efa557
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion http/auth_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ func newPermissionsResponse(ctx context.Context, ps []platform.Permission, svc p
}

if p.ID != nil {
fmt.Printf("IDIDIIDIDIDIDIDIDIDIDIDID %s\n", *p.ID)
name, err := svc.Name(ctx, p.Resource, *p.ID)
if err != nil {
return nil, err
Expand Down

0 comments on commit 6efa557

Please sign in to comment.