Unverified Commit 6c2ebcb3 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

hafas-m: journey: filter out 'from X as Y towards Z' messages

The stop list already provides that information
parent c272713b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -390,6 +390,11 @@ elsif ( $opt{journey} ) {
	}

	for my $msg ( $result->messages ) {
		if ( $msg->code eq
			'text.journeystop.product.or.direction.changes.journey.message' )
		{
			next;
		}
		say '';
		if ( $msg->short ) {
			printf( "%s\n", $msg->short );