[CLEANUP] Retirer code en commentaires #16

Merged
vlbeaudoin merged 2 commits from cleanup/code-comment into main 2023-06-08 20:53:10 -04:00
Showing only changes of commit 8ed2a99b2c - Show all commits

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, a.Protocol, a.Host, a.Port, route,
) )
/*
//TODO
log.Println("endpoint: ", endpoint)
*/
// Create client // Create client
client := &http.Client{} client := &http.Client{}