]> git.sesse.net Git - pr0n/blobdiff - perl/Sesse/pr0n/Common.pm
Remove a log line.
[pr0n] / perl / Sesse / pr0n / Common.pm
index 3cb605c1a0d6b1c08d8e1c77588fdad58a8c4941..a1edaf1d16e6fb61aa73325d0a2022e82d561653 100644 (file)
@@ -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";