diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-02-25 09:20:45 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-02-25 09:20:45 +0100 |
commit | 443244d966f52e84a2d2c3075dfdba3d65f43e98 (patch) | |
tree | 536a6d2e59410cbaf482fec0543171f59d6612fd /lib/Travel/Status/DE | |
parent | 2fd17567f106baca1dd3c3d3c9a5e0162b45e53f (diff) |
get_station: Do not push (possibly non-EVA) argument to @seen
The corresponding EVA ID will be added later anyways.
Diffstat (limited to 'lib/Travel/Status/DE')
-rw-r--r-- | lib/Travel/Status/DE/IRIS.pm | 1 |
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 ) |