aboutsummaryrefslogtreecommitdiff
path: root/client.go
diff options
context:
space:
mode:
Diffstat (limited to 'client.go')
-rw-r--r--client.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/client.go b/client.go
index d4d4d9f..b62ef22 100644
--- a/client.go
+++ b/client.go
@@ -117,8 +117,6 @@ func (cl *Client) ClearingInquiry(req ClearingInquiry) (res *ClearingInquiryResp
return nil, fmt.Errorf(`%s: %s`, logp, httpRes.Status)
}
- fmt.Printf(`%s: resBody: %s\n`, logp, resBody)
-
err = json.Unmarshal(resBody, &res)
if err != nil {
return nil, fmt.Errorf(`%s: %w`, logp, err)