--- android/TrainInfoServiceGoogle/src/dk/thoerup/traininfoservice/TestServlet.java 2010/09/22 22:46:26 1106 +++ android/TrainInfoServiceGoogle/src/dk/thoerup/traininfoservice/TestServlet.java 2010/09/22 22:56:14 1107 @@ -73,11 +73,7 @@ } protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { - - if (true) { - - return; - } + String test = request.getParameter("test"); String strCount = request.getParameter("count");