asd
All checks were successful
Build and push image / deploy (push) Successful in 1m39s

This commit is contained in:
2023-12-28 19:39:43 +03:00
parent 2e39d4a554
commit 7acb7393a3
2 changed files with 4 additions and 2 deletions

View File

@ -126,8 +126,8 @@ func (c *Client) GetBlockGoodsCategory(ctx context.Context, idC int, idR int, so
return nil, fmt.Errorf("http do: %w", err)
}
dump, err = httputil.DumpResponse(resp, true)
log.Printf("%d %s", resp.StatusCode, string(dump))
// dump, err = httputil.DumpResponse(resp, true)
// log.Printf("%d %s", resp.StatusCode, string(dump))
defer resp.Body.Close()