diff -r 1280309e6bfc -r 4c40d4b2d01c app0.scala --- a/app0.scala Mon Sep 24 20:51:17 2012 +0100 +++ b/app0.scala Tue Sep 25 01:32:01 2012 +0100 @@ -5,10 +5,8 @@ // answering a GET request val index = Action { request => - Ok("Hello world!") } - }