--- android/TrainInfoService/src/dk/thoerup/traininfoservice/banedk/TimetableFetcher.java 2011/05/02 11:59:40 1409 +++ android/TrainInfoService/src/dk/thoerup/traininfoservice/banedk/TimetableFetcher.java 2011/05/02 12:02:54 1410 @@ -45,7 +45,6 @@ TimetableBean cachedLookupTimetable(String trainID, String type) throws Exception { String key = trainID+type; TimetableBean list = cache.get(key); - list = null; //TODO: DEBUG if (list == null) { list = lookupTimetable(trainID,type);