From 9df937c89067c75308433f81592ea2afed8345b1 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sat, 15 Jul 2023 23:23:11 +0200 Subject: remove debug output --- lib/Travelynx.pm | 3 --- 1 file changed, 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 -- cgit v1.2.3