projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c401b69
)
remove debug code
author
Joey Hess
<joey@kitenet.net>
Mon, 26 Jul 2010 21:53:06 +0000
(17:53 -0400)
committer
Joey Hess
<joey@kitenet.net>
Mon, 26 Jul 2010 21:53:06 +0000
(17:53 -0400)
IkiWiki/Setup.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Setup.pm
b/IkiWiki/Setup.pm
index f34571bcfdcedb845a84bf19d8430ff1c650256c..48f3d4634da0371f988ba16ae1107849fcd24172 100644
(file)
--- a/
IkiWiki/Setup.pm
+++ b/
IkiWiki/Setup.pm
@@
-132,7
+132,6
@@
sub disabled_plugins (@) {
my $pid=fork();
if ($pid == 0) {
foreach my $plugin (@_) {
- print STDERR "** plugin $plugin disabled\n";
eval { IkiWiki::loadplugin($plugin, 1) };
if (exists $IkiWiki::hooks{disable}{$plugin}{call}) {
eval { $IkiWiki::hooks{disable}{$plugin}{call}->() };