diff --git a/platforms.go b/platforms.go index 522e73f..30cad84 100644 --- a/platforms.go +++ b/platforms.go @@ -95,7 +95,6 @@ func (s *PlatformsService) List(ctx context.Context, f *PlatformFilter) (*Platfo query = form.Encode() fmt.Printf("f: %+v\n, query: %s, platformsPath: %s\n", f, query, platformsPath) - s.client.debugf("f: %+v\n, query: %s, platformsPath: %s\n", f, query, platformsPath) req, err = s.client.newRequest(ctx, "GET", platformsPath, query, nil) if err != nil { return &platforms, err