Unverified Commit 443244d9 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

get_station: Do not push (possibly non-EVA) argument to @seen

The corresponding EVA ID will be added later anyways.
parent 2fd17567
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 )