remove debug
authorJoey Hess <joey@kitenet.net>
Fri, 15 Jul 2011 22:41:04 +0000 (18:41 -0400)
committerJoey Hess <joey@kitenet.net>
Fri, 15 Jul 2011 22:41:04 +0000 (18:41 -0400)
IkiWiki/Plugin/remove.pm

index b94447020de8f5f00cdb81776546a52a6ca00499..a58f87fb3b045e7876f4a6912c987a1774789086 100644 (file)
@@ -123,7 +123,6 @@ sub removal_confirm ($$@) {
                if (IkiWiki::Plugin::attachment->can("is_held_attachment")) {
                        my $f=IkiWiki::Plugin::attachment::is_held_attachment($page);
                        if (defined $f) {
-                               print STDERR "!! remove $f\n";
                                require IkiWiki::Render;
                                IkiWiki::prune($f);
                        }