From 63eeff22cb3aedd1eb6b5b46a23958247b33f800 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sat, 27 Apr 2024 11:14:53 +0200 Subject: DBWagenreihung: TO_JSON: no need to call origins or destinations anymore --- lib/Travel/Status/DE/DBWagenreihung.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/Travel/Status/DE/DBWagenreihung.pm b/lib/Travel/Status/DE/DBWagenreihung.pm index 03c0466..6fd5bfd 100644 --- a/lib/Travel/Status/DE/DBWagenreihung.pm +++ b/lib/Travel/Status/DE/DBWagenreihung.pm @@ -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; -- cgit v1.2.3