From: Steinar H. Gunderson Date: Thu, 3 Jul 2008 19:49:25 +0000 (+0200) Subject: Remove a log line. X-Git-Url: https://git.sesse.net/?p=pr0n;a=commitdiff_plain;h=690d93241d826e733ac20868208a0bee2134ee11 Remove a log line. --- diff --git a/perl/Sesse/pr0n/Common.pm b/perl/Sesse/pr0n/Common.pm index 3cb605c..a1edaf1 100644 --- a/perl/Sesse/pr0n/Common.pm +++ b/perl/Sesse/pr0n/Common.pm @@ -481,7 +481,6 @@ sub read_original_image { # ImageMagick can handle NEF files, but it does it by calling dcraw as a delegate. # The delegate support is rather broken and causes very odd stuff to happen when # more than one thread does this at the same time. Thus, we simply do it ourselves. - $r->log->warn("$physical_fname - $filename"); if ($filename =~ /\.nef$/i) { # this would suffice if ImageMagick gets to fix their handling # $physical_fname = "NEF:$physical_fname";