remote store: Remove debug printf

This commit is contained in:
Łukasz Magiera 2021-11-22 17:50:12 +01:00
parent 90d57f0243
commit d1a63e4173

View File

@ -305,7 +305,6 @@ func (r *Remote) checkAllocated(ctx context.Context, url string, spt abi.Registe
return false, xerrors.Errorf("request: %w", err)
}
req.Header = r.auth.Clone()
fmt.Printf("req using header: %#v \n", r.auth)
req = req.WithContext(ctx)
resp, err := http.DefaultClient.Do(req)