Skip to content

Commit 4f51adc

Browse files
committed
comment tidy
1 parent b7e788f commit 4f51adc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

httpclient/multipartrequest.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ func (c *Client) DoMultipartRequest(method, endpoint string, fields map[string]s
8888
// Check for successful status code
8989
if resp.StatusCode < 200 || resp.StatusCode >= 300 {
9090
// Handle error responses
91-
//return nil, c.handleErrorResponse(resp, log, "Failed to process the HTTP request", method, endpoint)
9291
return nil, response.HandleAPIErrorResponse(resp, log)
9392
} else {
9493
// Handle successful responses

0 commit comments

Comments
 (0)