summaryrefslogtreecommitdiff
path: root/cask/test
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-07-26 13:35:46 +0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-07-26 13:54:30 +0800
commit1e32473bdcac72fda83225c6668a25c015652488 (patch)
tree32c7b00c530ea693b34a2ca2da0273d362cc22c7 /cask/test
parenta08e93a6bdddda32fd17ee89e7e6e006871adb27 (diff)
downloadcask-1e32473bdcac72fda83225c6668a25c015652488.tar.gz
cask-1e32473bdcac72fda83225c6668a25c015652488.tar.bz2
cask-1e32473bdcac72fda83225c6668a25c015652488.zip
remove dead code
Diffstat (limited to 'cask/test')
-rw-r--r--cask/test/src/test/cask/FormJsonPost.scala2
1 files changed, 0 insertions, 2 deletions
diff --git a/cask/test/src/test/cask/FormJsonPost.scala b/cask/test/src/test/cask/FormJsonPost.scala
index 3679286..2874a52 100644
--- a/cask/test/src/test/cask/FormJsonPost.scala
+++ b/cask/test/src/test/cask/FormJsonPost.scala
@@ -5,9 +5,7 @@ import io.undertow.server.HttpServerExchange
object FormJsonPost extends cask.MainRoutes{
@cask.postJson("/json")
-// @db.validateUser()
def jsonEndpoint(x: HttpServerExchange, value1: ujson.Js.Value, value2: Seq[Int]) = {
-// (user: db.User) = {
"OK " + value1 + " " + value2
}