remove unused comment

This commit is contained in:
Lunny Xiao 2019-11-13 17:44:24 +08:00
parent 7735d70d66
commit da074675c6
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 0 additions and 1 deletions

View File

@ -138,7 +138,6 @@ func SubmitReview(doer *models.User, issue *models.Issue, reviewType models.Revi
return nil, nil, err
}
// publish review
pr, err := issue.GetPullRequest()
if err != nil {
return nil, nil, err