From 584d1d9367ef2465aa2cccd7758613da7a8d0ba7 Mon Sep 17 00:00:00 2001 From: Alex 'AdUser' Z Date: Sat, 16 Jun 2018 22:33:36 +1000 Subject: [PATCH] * cleanup --- lib/LDV.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/LDV.pm b/lib/LDV.pm index 782018c..e19ce4c 100644 --- a/lib/LDV.pm +++ b/lib/LDV.pm @@ -65,9 +65,6 @@ sub startup { $zb->route('/:time', time => qr/\d+/) ->via('GET') -> to(action => 'view'); $zb->get('/prune') -> to(action => 'prune'); - - my $conf = $self->app->config->{zerobin}; - mkdir $self->app->home->rel_dir($conf->{root}); } { # /imgbin