From 5bafaa35e4dd73f4d0ec9df8a96c2b5ddc141fc1 Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Sat, 4 Apr 2020 12:19:39 -0500 Subject: [PATCH] remove debug code --- lights.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/lights.go b/lights.go index 396461e..e12978a 100644 --- a/lights.go +++ b/lights.go @@ -218,8 +218,6 @@ func (c *Client) ListLights(selector string) ([]Light, error) { return nil, NewApiError(resp) } - fmt.Println(resp.RateLimit) - if err = json.NewDecoder(resp.Body).Decode(&s); err != nil { return nil, err }