--- android/TrainInfoService/src/dk/thoerup/traininfoservice/banedk/DepartureFetcher.java 2011/04/20 06:28:04 1334 +++ android/TrainInfoService/src/dk/thoerup/traininfoservice/banedk/DepartureFetcher.java 2011/04/20 06:35:13 1335 @@ -263,7 +263,7 @@ Element link = currentRow.child(0); - System.out.println( currentRow.text() );; + logger.fine( currentRow.text() ); String parts[] = currentRow.text().split(",");