From 71c6cddcb0a7472beb71670a21ca1485d7820502 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 7 May 2008 23:58:01 -0400 Subject: [PATCH] remove debugging --- IkiWiki/Plugin/amazon_s3.pm | 1 - 1 file changed, 1 deletion(-) 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}$/) { -- 2.26.2