Merge pull request #3515 from fuweid/me-remove-comment-line

remotes: remove useless line
This commit is contained in:
Michael Crosby 2019-08-09 09:21:36 -04:00 committed by GitHub
commit f06e605f1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -137,7 +137,6 @@ func (p dockerPusher) Push(ctx context.Context, desc ocispec.Descriptor) (conten
// for the private repo, we should remove mount-from
// query and send the request again.
resp, err = preq.do(pctx)
//resp, err = p.doRequest(pctx, req)
if err != nil {
return nil, err
}