projects
/
pr0n
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
f5c2a91
)
Remove some debugging code.
author
Steinar H. Gunderson
<sesse@debian.org>
Sun, 30 Jul 2006 14:27:49 +0000
(16:27 +0200)
committer
Steinar H. Gunderson
<sesse@debian.org>
Sun, 30 Jul 2006 14:27:49 +0000
(16:27 +0200)
perl/Sesse/pr0n/Common.pm
patch
|
blob
|
history
diff --git
a/perl/Sesse/pr0n/Common.pm
b/perl/Sesse/pr0n/Common.pm
index 1472b7991915c286ae34e894e4c58e43c6005ae1..d5e672746a3b8708777cf51e469fa3c037ee31e4 100644
(file)
--- a/
perl/Sesse/pr0n/Common.pm
+++ b/
perl/Sesse/pr0n/Common.pm
@@
-288,7
+288,6
@@
sub ensure_cached {
# NEF files aren't autodetected
$fname = "NEF:$fname" if ($filename =~ /\.nef$/i);
- $r->log->warn("Generating $fname for $filename");
my $err = $magick->Read($fname);
if ($err) {