diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-07-15 23:23:11 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-07-15 23:23:11 +0200 |
commit | 9df937c89067c75308433f81592ea2afed8345b1 (patch) | |
tree | eabbcac7273f82089d759e9d371b5055732c1427 | |
parent | 1cca278baac0f50012e524eac7c441c998f4d8c3 (diff) |
remove debug output
-rwxr-xr-x | lib/Travelynx.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Travelynx.pm b/lib/Travelynx.pm index c529cb7..f54bc14 100755 --- a/lib/Travelynx.pm +++ b/lib/Travelynx.pm @@ -1456,9 +1456,6 @@ sub startup { } } - say $stop_after_dep; - say $stop_before_dest; - my ($dep_platform_number) = ( ( $ret->{dep_platform} // 0 ) =~ m{(\d+)} ); if ( $dep_platform_number |