projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d724a26
)
remove debugging
author
Joey Hess
<joey@kodama.kitenet.net>
Mon, 21 Jul 2008 20:53:46 +0000
(16:53 -0400)
committer
Joey Hess
<joey@kodama.kitenet.net>
Mon, 21 Jul 2008 20:53:46 +0000
(16:53 -0400)
IkiWiki/Plugin/remove.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/remove.pm
b/IkiWiki/Plugin/remove.pm
index a43f511b37353da5850070549b1db8714bb5fd2c..91f133ab69ee58ad29d2a5f48ba3cdc190a8a546 100644
(file)
--- a/
IkiWiki/Plugin/remove.pm
+++ b/
IkiWiki/Plugin/remove.pm
@@
-160,11
+160,6
@@
sub sessioncgi ($$) { #{{{
IkiWiki::prune("$config{srcdir}/$file");
}
}
- foreach my $file (@files) {
- delete $IkiWiki::pagecase{$file};
- print STDERR "delete $file\n";
- delete $IkiWiki::links{$file};
- }
IkiWiki::refresh();
IkiWiki::saveindex();