remotes: remove useless line

Signed-off-by: Wei Fu <fuweid89@gmail.com>
This commit is contained in:
Wei Fu 2019-08-09 17:15:09 +08:00
parent 053853fe3f
commit 282b19efd2

View File

@ -147,7 +147,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
} }