From 8ed2a99b2cbb7249cde3ad69e3a6b4e0dae893cc Mon Sep 17 00:00:00 2001 From: Victor Lacasse-Beaudoin Date: Thu, 8 Jun 2023 20:52:16 -0400 Subject: [PATCH] =?UTF-8?q?Retirer=20code=20comment=C3=A9=20dans=20data/ap?= =?UTF-8?q?iClient.go#Call()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/apiclient.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/data/apiclient.go b/data/apiclient.go index 013bb33..78ea400 100644 --- a/data/apiclient.go +++ b/data/apiclient.go @@ -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{}