X-Git-Url: https://git.sesse.net/?p=pr0n;a=blobdiff_plain;f=perl%2FSesse%2Fpr0n%2FCommon.pm;h=a1edaf1d16e6fb61aa73325d0a2022e82d561653;hp=3cb605c1a0d6b1c08d8e1c77588fdad58a8c4941;hb=690d93241d826e733ac20868208a0bee2134ee11;hpb=5f8b3bab0449463c7e33447c5c1c8ea134f84dc3 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";