Static: remove unused $travelynx_version

This commit is contained in:
Daniel Friesel 2022-09-23 19:22:22 +02:00
parent 4367085887
commit 8198c9fe23
No known key found for this signature in database
GPG key ID: 100D5BFB5166E005

View file

@ -5,8 +5,6 @@ package Travelynx::Controller::Static;
# SPDX-License-Identifier: AGPL-3.0-or-later
use Mojo::Base 'Mojolicious::Controller';
my $travelynx_version = qx{git describe --dirty} || 'experimental';
sub about {
my ($self) = @_;