remove debug code

This commit is contained in:
Ryan Cavicchioni 2020-04-04 12:19:39 -05:00
parent cc19b87e39
commit 5bafaa35e4
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D

View File

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