Merge pull request #2166 from influxdata/debug-statement

chore(http): remove debug printf
pull/10616/head
Jade McGough 2019-01-02 08:33:18 -08:00 committed by GitHub
commit 6efa557281
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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