From 455484f2b25b7f9031f75eafee459dfc5727a689 Mon Sep 17 00:00:00 2001 From: Denis Fedoseev Date: Mon, 10 Sep 2018 21:27:35 +0300 Subject: [PATCH] -debug --- fotostore.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/fotostore.pl b/fotostore.pl index 55c47e8..14fbd12 100755 --- a/fotostore.pl +++ b/fotostore.pl @@ -263,7 +263,6 @@ post '/upload' => ( authenticated => 1 ) => sub { #TODO: add errors handling Mojo::Promise->all($promise)->then(sub { - $log->debug(Dumper(\@_)); my $res = shift; save_tags($imager, $res->[1]);