diff --git a/lib/BurguillosInfo.pm b/lib/BurguillosInfo.pm index 60bb91e..0dc8f12 100644 --- a/lib/BurguillosInfo.pm +++ b/lib/BurguillosInfo.pm @@ -4,12 +4,6 @@ use Mojo::Base 'Mojolicious', -signatures; # This method will run once at server start sub startup ($self) { - # Load configuration from config file - my $config = $self->plugin('NotYAMLConfig'); - - # Configure the application - $self->secrets($config->{secrets}); - # Router my $r = $self->routes;