Skip to content

Commit 53e8676

Browse files
committed
removed debugging
1 parent e477efa commit 53e8676

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

httpclient/multipartrequest.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,6 @@ func (c *Client) DoMultiPartRequest(method, endpoint string, files map[string][]
120120

121121
startTime := time.Now()
122122

123-
req.Header.Add("Content-Type", "image/png")
124-
// Debugging
125-
c.Sugar.Debug("LOGHERE")
126-
c.Sugar.Debugf("%+v", req.Header.Get("Content-Type"))
127-
128123
resp, requestErr := c.http.Do(req)
129124
duration := time.Since(startTime)
130125

0 commit comments

Comments
 (0)