From 0a94f40101d51fd925d2b948abeb0912ef527440 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Wed, 1 May 2024 12:32:59 +0200 Subject: remove debug output. derp. --- lib/DBInfoscreen/Controller/Stationboard.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/DBInfoscreen/Controller/Stationboard.pm b/lib/DBInfoscreen/Controller/Stationboard.pm index 017e4f2..a62c965 100644 --- a/lib/DBInfoscreen/Controller/Stationboard.pm +++ b/lib/DBInfoscreen/Controller/Stationboard.pm @@ -766,7 +766,6 @@ sub render_train { [ '•', 'meta' ] ); $first = 0; - say "-"; } my $entry; if ( $wagon->is_closed ) { @@ -787,7 +786,6 @@ sub render_train { { $class = 'otherno'; } - say $entry; push( @{ $departure->{wr_preview} }, [ $entry, $class ] -- cgit v1.2.3