From 443244d966f52e84a2d2c3075dfdba3d65f43e98 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sun, 25 Feb 2024 09:20:45 +0100 Subject: get_station: Do not push (possibly non-EVA) argument to @seen The corresponding EVA ID will be added later anyways. --- lib/Travel/Status/DE/IRIS.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/Travel/Status/DE/IRIS.pm') diff --git a/lib/Travel/Status/DE/IRIS.pm b/lib/Travel/Status/DE/IRIS.pm index 9e7b4dc..8649f1b 100644 --- a/lib/Travel/Status/DE/IRIS.pm +++ b/lib/Travel/Status/DE/IRIS.pm @@ -471,7 +471,6 @@ sub get_station { while ( @queue and $iter_depth < 12 ) { my $station = shift(@queue); - push( @seen, $station ); $iter_depth++; my ( $raw, $err ) -- cgit v1.2.3