remove old comment
Signed-off-by: Meredith Lancaster <malancas@github.com>
This commit is contained in:
parent
d4f3fbce9b
commit
42cb2547cd
1 changed files with 0 additions and 1 deletions
|
|
@ -209,7 +209,6 @@ func (c *LiveClient) fetchBundleByURL(a *Attestation) (*bundle.Bundle, error) {
|
|||
return nil, fmt.Errorf("unexpected status code: %d", resp.StatusCode)
|
||||
}
|
||||
|
||||
// parse the URL to get the host and path
|
||||
body, err := io.ReadAll(resp.Body)
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("failed to read blob storage response body: %w", err)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue