Merge pull request #3515 from fuweid/me-remove-comment-line
remotes: remove useless line
This commit is contained in:
commit
f06e605f1a
@ -137,7 +137,6 @@ func (p dockerPusher) Push(ctx context.Context, desc ocispec.Descriptor) (conten
|
|||||||
// for the private repo, we should remove mount-from
|
// for the private repo, we should remove mount-from
|
||||||
// query and send the request again.
|
// query and send the request again.
|
||||||
resp, err = preq.do(pctx)
|
resp, err = preq.do(pctx)
|
||||||
//resp, err = p.doRequest(pctx, req)
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user