diff --git a/remotes/docker/pusher.go b/remotes/docker/pusher.go index 3e65832b8..5f8d61487 100644 --- a/remotes/docker/pusher.go +++ b/remotes/docker/pusher.go @@ -147,7 +147,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 }