diff options
| author | Shulhan <ms@kilabit.info> | 2022-11-07 14:37:48 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-11-07 14:45:00 +0700 |
| commit | 68176aa3af7296d64b041df280c23b13a7b2d72f (patch) | |
| tree | 715e4b300effdba2f416e70c749696fb7c04e167 /client.go | |
| parent | 30f4a32cc8db54449c922f7f69410241d6a9d710 (diff) | |
| download | duitku-68176aa3af7296d64b041df280c23b13a7b2d72f.tar.xz | |
all: update comments format and remove logging
Diffstat (limited to 'client.go')
| -rw-r--r-- | client.go | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -299,8 +299,6 @@ func (cl *Client) RtolTransfer(inquiryReq RtolInquiry, inquiryRes RtolInquiryRes return nil, fmt.Errorf(`%s: %s`, logp, resHttp.Status) } - fmt.Printf(`%s: %s`, logp, resBody) - err = json.Unmarshal(resBody, &res) if err != nil { return nil, fmt.Errorf(`%s: %w`, logp, err) |
