Retirer code commenté dans data/apiClient.go#Call()
This commit is contained in:
parent
d1743d29de
commit
8ed2a99b2c
1 changed files with 0 additions and 5 deletions
|
@ -32,11 +32,6 @@ func (a *ApiClient) Call(method, route string, requestBody io.Reader, useKey boo
|
|||
a.Protocol, a.Host, a.Port, route,
|
||||
)
|
||||
|
||||
/*
|
||||
//TODO
|
||||
log.Println("endpoint: ", endpoint)
|
||||
*/
|
||||
|
||||
// Create client
|
||||
client := &http.Client{}
|
||||
|
||||
|
|
Loading…
Reference in a new issue