From 2ab217251a85722e980a1df7fa3b553b53c2ec2c Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Sun, 18 Oct 2015 19:01:04 +0900 Subject: [PATCH] Remove unnecessary TODO --- .../gitbucket/core/controller/PullRequestsController.scala | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main/scala/gitbucket/core/controller/PullRequestsController.scala b/src/main/scala/gitbucket/core/controller/PullRequestsController.scala index b0a83c7f1..4023cdbe2 100644 --- a/src/main/scala/gitbucket/core/controller/PullRequestsController.scala +++ b/src/main/scala/gitbucket/core/controller/PullRequestsController.scala @@ -440,9 +440,6 @@ trait PullRequestsControllerBase extends ControllerBase { // 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}")