summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2024-02-25 09:20:45 +0100
committerBirte Kristina Friesel <derf@finalrewind.org>2024-02-25 09:20:45 +0100
commit443244d966f52e84a2d2c3075dfdba3d65f43e98 (patch)
tree536a6d2e59410cbaf482fec0543171f59d6612fd
parent2fd17567f106baca1dd3c3d3c9a5e0162b45e53f (diff)
get_station: Do not push (possibly non-EVA) argument to @seen
The corresponding EVA ID will be added later anyways.
-rw-r--r--lib/Travel/Status/DE/IRIS.pm1
1 files changed, 0 insertions, 1 deletions
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 )