projects
/
pr0n
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove some debugging code.
[pr0n]
/
perl
/
Sesse
/
pr0n
/
Common.pm
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) {