projects
/
pr0n
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f8b3ba
)
Remove a log line.
author
Steinar H. Gunderson
<sesse@debian.org>
Thu, 3 Jul 2008 19:49:25 +0000
(21:49 +0200)
committer
Steinar H. Gunderson
<sesse@debian.org>
Thu, 3 Jul 2008 19:49:25 +0000
(21:49 +0200)
perl/Sesse/pr0n/Common.pm
patch
|
blob
|
history
diff --git
a/perl/Sesse/pr0n/Common.pm
b/perl/Sesse/pr0n/Common.pm
index 3cb605c1a0d6b1c08d8e1c77588fdad58a8c4941..a1edaf1d16e6fb61aa73325d0a2022e82d561653 100644
(file)
--- 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";