From 9d226de48529e24143540e4d694f7508c1af4b26 Mon Sep 17 00:00:00 2001 From: Kalle Carlbark Date: Wed, 9 Feb 2022 10:37:28 +0100 Subject: [PATCH] remove debug --- platforms.go | 1 - 1 file changed, 1 deletion(-) 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