aboutsummaryrefslogtreecommitdiff
path: root/client.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-11-07 14:37:48 +0700
committerShulhan <ms@kilabit.info>2022-11-07 14:45:00 +0700
commit68176aa3af7296d64b041df280c23b13a7b2d72f (patch)
tree715e4b300effdba2f416e70c749696fb7c04e167 /client.go
parent30f4a32cc8db54449c922f7f69410241d6a9d710 (diff)
downloadduitku-68176aa3af7296d64b041df280c23b13a7b2d72f.tar.xz
all: update comments format and remove logging
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 b62ef22..c19f20e 100644
--- a/client.go
+++ b/client.go
@@ -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)