remove old comment

Signed-off-by: Meredith Lancaster <malancas@github.com>
This commit is contained in:
Meredith Lancaster 2025-01-07 14:13:50 -07:00
parent d4f3fbce9b
commit 42cb2547cd

View file

@ -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)