(refs #74)Remove an unnecessary action and add TODO.

This commit is contained in:
takezoe
2013-09-18 20:12:47 +09:00
parent d8698d02b7
commit 3c865ea20b

View File

@@ -155,15 +155,11 @@ trait RepositorySettingsControllerBase extends ControllerBase with FlashMapSuppo
redirect(s"/${repository.owner}/${repository.name}/settings/hooks")
})
get("/xxx/xxx/xxx/webhooktest"){
println(params("payload"))
}
// TODO Remove this action after web hook is completed.
post("/xxx/xxx/xxx/webhooktest"){
println(params("payload"))
}
/**
* Display the delete repository page.
*/