mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 08:49:58 +00:00
Disable useProxFootSearch generally for VRR.
This commit is contained in:
parent
6a71482d15
commit
7a467473b9
4 changed files with 22 additions and 7 deletions
|
@ -68,6 +68,9 @@ public abstract class AbstractProviderLiveTest
|
|||
protected final void print(final QueryTripsResult result)
|
||||
{
|
||||
System.out.println(result);
|
||||
|
||||
// for (final Trip trip : result.trips)
|
||||
// System.out.println(trip);
|
||||
}
|
||||
|
||||
protected final QueryDeparturesResult queryDepartures(final String stationId, boolean equivs) throws IOException
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue