remove debug
This commit is contained in:
parent
91f953156e
commit
9d226de485
1 changed files with 0 additions and 1 deletions
|
@ -95,7 +95,6 @@ func (s *PlatformsService) List(ctx context.Context, f *PlatformFilter) (*Platfo
|
||||||
query = form.Encode()
|
query = form.Encode()
|
||||||
|
|
||||||
fmt.Printf("f: %+v\n, query: %s, platformsPath: %s\n", f, query, platformsPath)
|
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)
|
req, err = s.client.newRequest(ctx, "GET", platformsPath, query, nil)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return &platforms, err
|
return &platforms, err
|
||||||
|
|
Loading…
Reference in a new issue