From 480dee69c5e19be64693228734c0922adcab8f80 Mon Sep 17 00:00:00 2001
From: Birte Kristina Friesel <derf@finalrewind.org>
Date: Fri, 5 Jan 2024 08:28:15 +0100
Subject: perltidy; remove left-over debug statement

---
 lib/DBInfoscreen/Controller/Stationboard.pm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

(limited to 'lib')

diff --git a/lib/DBInfoscreen/Controller/Stationboard.pm b/lib/DBInfoscreen/Controller/Stationboard.pm
index 9c09431..b549c70 100644
--- a/lib/DBInfoscreen/Controller/Stationboard.pm
+++ b/lib/DBInfoscreen/Controller/Stationboard.pm
@@ -460,8 +460,8 @@ sub handle_request {
 
 	if ( $self->param('train') and not $opt{datetime} ) {
 
-       # request results from twenty minutes ago to avoid train details suddenly
-       # becoming unavailable when its scheduled departure is reached.
+		# request results from twenty minutes ago to avoid train details suddenly
+		# becoming unavailable when its scheduled departure is reached.
 		$opt{datetime} = DateTime->now( time_zone => 'Europe/Berlin' )
 		  ->subtract( minutes => 20 );
 		$opt{lookahead} = $self->config->{lookahead} + 20;
@@ -1174,7 +1174,6 @@ sub train_details {
 			if ( $+{year} ) {
 				$opt{datetime}->set( year => $+{year} );
 			}
-			say "set $opt{datetime}";
 		}
 	}
 
-- 
cgit v1.2.3