projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b365d86
)
remove debugging
author
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 7 Mar 2007 09:49:38 +0000
(09:49 +0000)
committer
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 7 Mar 2007 09:49:38 +0000
(09:49 +0000)
IkiWiki.pm
patch
|
blob
|
history
diff --git
a/IkiWiki.pm
b/IkiWiki.pm
index 385d16a56a96e32506dd4e6f8e3da690502b60a7..0ed52aeaec0918224bc166eb7150fdc76e73c88b 100644
(file)
--- a/
IkiWiki.pm
+++ b/
IkiWiki.pm
@@
-428,8
+428,6
@@
sub htmllink ($$$;@) { #{{{
my $link=shift;
my %opts=@_;
-print STDERR "bestlink $lpage $link\n" if $lpage eq "roadmap" && $link =~/rcs/;
-
my $bestlink;
if (! $opts{forcesubpage}) {
$bestlink=bestlink($lpage, $link);