diff options
author | Daniel Friesel <derf@finalrewind.org> | 2022-10-02 22:57:01 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2022-10-02 22:57:01 +0200 |
commit | 5c2e92955a045a1245123629ca0915b0b9bfd213 (patch) | |
tree | d743e4a482092cb414d660264f74b6782e88824a /lib/Travel | |
parent | 962bb7e20b249f9d272518a517e5cf04a0a50727 (diff) |
remove SBB entirely. does not appear to use hafas anymore
Diffstat (limited to 'lib/Travel')
-rw-r--r-- | lib/Travel/Status/DE/HAFAS.pm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/Travel/Status/DE/HAFAS.pm b/lib/Travel/Status/DE/HAFAS.pm index cbb4dbb..8d6c81b 100644 --- a/lib/Travel/Status/DE/HAFAS.pm +++ b/lib/Travel/Status/DE/HAFAS.pm @@ -143,14 +143,6 @@ my %hafas_instance = ( name => 'Rostocker Straßenbahn AG', productbits => [qw[ice ice ice regio s bus ferry u tram ondemand]], }, - - #SBB => { - # url => 'https://fahrplan.sbb.ch/bin/stboard.exe', - # stopfinder => 'https://fahrplan.sbb.ch/bin/ajax-getstop.exe', - # name => 'Schweizerische Bundesbahnen', - # productbits => - # [qw[ice ice regio regio ferry s bus cablecar regio tram]], - #}, VBB => { url => 'https://fahrinfo.vbb.de/bin/stboard.exe', stopfinder => 'https://fahrinfo.vbb.de/bin/ajax-getstop.exe', |