From 1e32473bdcac72fda83225c6668a25c015652488 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Thu, 26 Jul 2018 13:35:46 +0800 Subject: remove dead code --- cask/test/src/test/cask/FormJsonPost.scala | 2 -- 1 file changed, 2 deletions(-) (limited to 'cask/test') 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 } -- cgit v1.2.3