Skip to content

Commit 4160acb

Browse files
author
lizekun
committed
remove print call url
1 parent 7604065 commit 4160acb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ func (c *Client) call(module, action string, param map[string]interface{}, outco
6868
err = fmt.Errorf("[ouch! panic recovered] please report this with what you did and what you expected, panic detail: %v", r)
6969
}
7070
}()
71-
fmt.Println(c.craftURL(module, action, param))
7271
req, err := http.NewRequest(http.MethodGet, c.craftURL(module, action, param), http.NoBody)
7372
if err != nil {
7473
err = wrapErr(err, "http.NewRequest")

0 commit comments

Comments
 (0)