From 690d93241d826e733ac20868208a0bee2134ee11 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Thu, 3 Jul 2008 21:49:25 +0200 Subject: [PATCH] Remove a log line. --- perl/Sesse/pr0n/Common.pm | 1 - 1 file changed, 1 deletion(-) 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"; -- 2.39.2