Commit f13b4755 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

route diff: remove debug output

parent 4ba82b51
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1582,9 +1582,6 @@ sub startup {
			my @route       = $train->route;
			my @sched_route = $train->sched_route;

			say "real  is " . join( " - ", @route );
			say "sched is " . join( " - ", @sched_route );

			my $route_idx = 0;
			my $sched_idx = 0;