diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-06-14 19:49:48 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-06-14 19:49:48 +0200 |
commit | 3370c0f6c25bd6b02cc4d56e9a3aba2a66d1151a (patch) | |
tree | 28f30df9ac4bcc68e9c159b11c52743546e28041 /lib/Travelynx/Model/InTransit.pm | |
parent | deb5444fa2965228b537e86fce862436ef2e6e19 (diff) |
InTransit: remove debug output
Diffstat (limited to 'lib/Travelynx/Model/InTransit.pm')
-rw-r--r-- | lib/Travelynx/Model/InTransit.pm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Travelynx/Model/InTransit.pm b/lib/Travelynx/Model/InTransit.pm index 4f76468..470b45d 100644 --- a/lib/Travelynx/Model/InTransit.pm +++ b/lib/Travelynx/Model/InTransit.pm @@ -1012,8 +1012,6 @@ sub update_departure_efa { $ephemeral_data->{rt} = 1; } - say "UPDATE dep WHERE $uid $opt{trip_id} $dep_eva $arr_eva"; - # selecting on user_id and train_no avoids a race condition if a user checks # into a new train while we are fetching data for their previous journey. In # this case, the new train would receive data from the previous journey. @@ -1267,8 +1265,6 @@ sub update_arrival_efa { ); } - say "UPDATE arr WHERE $uid $opt{trip_id} $dep_eva $arr_eva"; - # selecting on user_id and train_no avoids a race condition if a user checks # into a new train while we are fetching data for their previous journey. In # this case, the new train would receive data from the previous journey. |