Loading lib/Travelynx.pm +1 −8 Original line number Diff line number Diff line Loading @@ -1128,14 +1128,7 @@ sub startup { )->catch( sub { my ($err) = @_; if ( $err =~ m{trainlink not found|extra content at the end}i ) { $self->app->log->debug("add_route_timestamps: $err"); } else { $self->app->log->warn("add_route_timestamps: $err"); } return; } )->wait; Loading Loading
lib/Travelynx.pm +1 −8 Original line number Diff line number Diff line Loading @@ -1128,14 +1128,7 @@ sub startup { )->catch( sub { my ($err) = @_; if ( $err =~ m{trainlink not found|extra content at the end}i ) { $self->app->log->debug("add_route_timestamps: $err"); } else { $self->app->log->warn("add_route_timestamps: $err"); } return; } )->wait; Loading