remove unnecessary change

This commit is contained in:
Lunny Xiao 2025-07-23 22:10:53 -07:00
parent a38ff9ae00
commit 2e69ad399d
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A

View File

@ -506,7 +506,6 @@ func (g *RepositoryDumper) handlePullRequest(ctx context.Context, pr *base.PullR
// ... let's try something less nice
remote = "head-pr-" + strconv.FormatInt(pr.Number, 10)
}
// ... now add the remote
err := g.gitRepo.AddRemote(remote, pr.Head.CloneURL, true)
if err != nil {