remove debug

This commit is contained in:
Kalle Carlbark 2022-02-09 10:37:28 +01:00
parent 91f953156e
commit 9d226de485
No known key found for this signature in database

View file

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