]> sipb.mit.edu Git - ikiwiki.git/commitdiff
remove debugging
authorJoey Hess <joey@kodama.kitenet.net>
Thu, 8 May 2008 03:58:01 +0000 (23:58 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Thu, 8 May 2008 03:58:01 +0000 (23:58 -0400)
IkiWiki/Plugin/amazon_s3.pm

index 0613d4357f22b10582ec481b25f8855eff233e3e..f062a4295f60ee08f151781d92ecb38de7118b7b 100644 (file)
@@ -156,7 +156,6 @@ sub prune ($) { #{{{
        # of S3 as well.
        if ($file =~ /^\Q$config{destdir}\/\E(.*)/) {
                my $key=$config{amazon_s3_prefix}.$1;
        # 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}$/) {
                my $bucket=IkiWiki::Plugin::amazon_s3::getbucket();
                my $res=$bucket->delete_key($key);
                if ($res && $key=~/(^|\/)index.$config{htmlext}$/) {