Skip to content

Commit f06e605

Browse files
Merge pull request #3515 from fuweid/me-remove-comment-line
remotes: remove useless line
2 parents ec4ad53 + 282b19e commit f06e605

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
@@ -137,7 +137,6 @@ func (p dockerPusher) Push(ctx context.Context, desc ocispec.Descriptor) (conten
137137
// for the private repo, we should remove mount-from
138138
// query and send the request again.
139139
resp, err = preq.do(pctx)
140-
//resp, err = p.doRequest(pctx, req)
141140
if err != nil {
142141
return nil, err
143142
}

0 commit comments

Comments
 (0)