Unverified Commit 63eeff22 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

DBWagenreihung: TO_JSON: no need to call origins or destinations anymore

parent 125d4754
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -717,8 +717,6 @@ sub TO_JSON {
	my ($self) = @_;

	# ensure that all objects are available
	$self->origins;
	$self->destinations;
	$self->train_numbers;
	$self->train_descriptions;
	$self->sections;