diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-05-01 12:32:59 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-05-01 12:32:59 +0200 |
commit | 0a94f40101d51fd925d2b948abeb0912ef527440 (patch) | |
tree | 6a9eb21270998fae7dac78e4c869d598c80fbbf0 /lib/DBInfoscreen/Controller | |
parent | 559fb4b5a3d0e492cf97ab63d8b1798932762c4c (diff) |
remove debug output. derp.4.26.4
Diffstat (limited to 'lib/DBInfoscreen/Controller')
-rw-r--r-- | lib/DBInfoscreen/Controller/Stationboard.pm | 2 |
1 files changed, 0 insertions, 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 ] |