Skip to content

Commit 282b19e

Browse files
committed
remotes: remove useless line
Signed-off-by: Wei Fu <[email protected]>
1 parent 053853f commit 282b19e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

remotes/docker/pusher.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ func (p dockerPusher) Push(ctx context.Context, desc ocispec.Descriptor) (conten
147147
// for the private repo, we should remove mount-from
148148
// query and send the request again.
149149
resp, err = preq.do(pctx)
150-
//resp, err = p.doRequest(pctx, req)
151150
if err != nil {
152151
return nil, err
153152
}

0 commit comments

Comments
 (0)