From 282b19efd264f96119d50757ca398b00dd6bd609 Mon Sep 17 00:00:00 2001 From: Wei Fu Date: Fri, 9 Aug 2019 17:15:09 +0800 Subject: [PATCH] remotes: remove useless line Signed-off-by: Wei Fu --- remotes/docker/pusher.go | 1 - 1 file changed, 1 deletion(-) 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 }