diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-05-07 23:58:01 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-05-07 23:58:01 -0400 |
commit | 71c6cddcb0a7472beb71670a21ca1485d7820502 (patch) | |
tree | d12cc7bfee9448284d241e582b43ec5472570aaf | |
parent | 0850cde5a6a77898e6ae88173a34bc641414deb9 (diff) |
remove debugging
-rw-r--r-- | IkiWiki/Plugin/amazon_s3.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/amazon_s3.pm b/IkiWiki/Plugin/amazon_s3.pm index 0613d4357..f062a4295 100644 --- 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}$/) { |