diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-12-03 10:54:03 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-12-03 10:54:03 +0100 |
commit | d4e2efc005c1ade7289e26c89bf9937f2060c297 (patch) | |
tree | 2ed34b723c3c27455c0f77e951114616bb3cf9a3 | |
parent | bc6380f3ef022f5ae595b54ca63d34f7832b41ea (diff) |
do not limit maxJourneys
-rw-r--r-- | lib/Travel/Status/DE/DeutscheBahn.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Travel/Status/DE/DeutscheBahn.pm b/lib/Travel/Status/DE/DeutscheBahn.pm index 8d98138..018eaa9 100644 --- a/lib/Travel/Status/DE/DeutscheBahn.pm +++ b/lib/Travel/Status/DE/DeutscheBahn.pm @@ -45,7 +45,6 @@ sub new { REQTrain_name => q{}, start => 'yes', boardType => $conf{mode} // 'dep', - maxJourneys => 20, # L => 'vs_java3', }, }; |