diff --git a/client.go b/client.go index 05b8acd..f13e53e 100644 --- a/client.go +++ b/client.go @@ -272,7 +272,7 @@ func (c *Client) auth() *Response { reqURL := MOBILE_API_VERSION + apiURLs["API_LOGIN"] // TODO: Add error handling resp, _ := c.execute(POST, reqURL, params, false) - // c.logger.Debug("AUTH HTTP OUTPUT", "body", string([]byte(resp))) + c.logger.Debug("AUTH HTTP OUTPUT", "body", resp) return resp }