mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 16:59:51 +00:00
Log network access via slf4j.
This commit is contained in:
parent
34cbe3a705
commit
af4f9ab0cc
8 changed files with 23 additions and 82 deletions
|
@ -183,9 +183,6 @@ public class InvgProvider extends AbstractHafasProvider
|
|||
appendXmlStationBoardParameters(uri, time, stationId, maxDepartures, false, null);
|
||||
final CharSequence page = ParserUtils.scrape(uri.toString());
|
||||
|
||||
// System.out.println(uri);
|
||||
// System.out.println(page);
|
||||
|
||||
// parse page
|
||||
final Matcher mHeadCoarse = P_DEPARTURES_HEAD_COARSE.matcher(page);
|
||||
if (mHeadCoarse.matches())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue