projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0850cde
)
remove debugging
author
Joey Hess
<joey@kodama.kitenet.net>
Thu, 8 May 2008 03:58:01 +0000
(23:58 -0400)
committer
Joey Hess
<joey@kodama.kitenet.net>
Thu, 8 May 2008 03:58:01 +0000
(23:58 -0400)
IkiWiki/Plugin/amazon_s3.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/amazon_s3.pm
b/IkiWiki/Plugin/amazon_s3.pm
index 0613d4357f22b10582ec481b25f8855eff233e3e..f062a4295f60ee08f151781d92ecb38de7118b7b 100644
(file)
--- a/
IkiWiki/Plugin/amazon_s3.pm
+++ b/
IkiWiki/Plugin/amazon_s3.pm
@@
-156,7
+156,6
@@
sub prune ($) { #{{{
# of S3 as well.
if ($file =~ /^\Q$config{destdir}\/\E(.*)/) {
my $key=$config{amazon_s3_prefix}.$1;
- print STDERR "wrapped prune ($key)\n";
my $bucket=IkiWiki::Plugin::amazon_s3::getbucket();
my $res=$bucket->delete_key($key);
if ($res && $key=~/(^|\/)index.$config{htmlext}$/) {