--- android/TrainInfoService/src/dk/thoerup/traininfoservice/LocateStations.java 2009/09/24 20:33:06 343 +++ android/TrainInfoService/src/dk/thoerup/traininfoservice/LocateStations.java 2009/09/24 21:04:34 344 @@ -50,7 +50,6 @@ "ORDER BY name "; } else throw new SQLException("not enough parameters"); - System.out.println(SQL); PreparedStatement stmt = null; ResultSet res = null;