diff --git a/src/main/scala/gitbucket/core/controller/PullRequestsController.scala b/src/main/scala/gitbucket/core/controller/PullRequestsController.scala index b0a83c7..4023cdb 100644 --- a/src/main/scala/gitbucket/core/controller/PullRequestsController.scala +++ b/src/main/scala/gitbucket/core/controller/PullRequestsController.scala @@ -440,9 +440,6 @@ // extract references and create refer comment createReferComment(owner, name, issue, form.title + " " + form.content.getOrElse("")) - // TODO call web hooks - //callIssuesWebHook("opened", repository, issue, context.baseUrl, context.loginAccount.get) - // notifications Notifier().toNotify(repository, issue, form.content.getOrElse("")){ Notifier.msgPullRequest(s"${context.baseUrl}/${owner}/${name}/pull/${issueId}")