Static: remove unused $travelynx_version
This commit is contained in:
parent
4367085887
commit
8198c9fe23
1 changed files with 0 additions and 2 deletions
|
@ -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) = @_;
|
||||
|
||||
|
|
Loading…
Reference in a new issue