Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
lunny committed May 18, 2018
1 parent 36fda91 commit c66d2a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion models/pull.go
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,6 @@ func (pr *PullRequest) Merge(doer *User, baseGitRepo *git.Repository, mergeStyle
Sender: doer.APIFormat(),
}); err != nil {
log.Error(4, "PrepareWebhooks: %v", err)
return nil
} else {
go HookQueue.Add(pr.Issue.Repo.ID)
}
Expand Down

0 comments on commit c66d2a1

Please sign in to comment.