Retirer code commenté dans data/apiClient.go#Call()

This commit is contained in:
Victor Lacasse-Beaudoin 2023-06-08 20:52:16 -04:00
parent d1743d29de
commit 8ed2a99b2c

View file

@ -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{}