]> sipb.mit.edu Git - ikiwiki.git/commitdiff
remove debugging
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 7 Mar 2007 09:49:38 +0000 (09:49 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 7 Mar 2007 09:49:38 +0000 (09:49 +0000)
IkiWiki.pm

index 385d16a56a96e32506dd4e6f8e3da690502b60a7..0ed52aeaec0918224bc166eb7150fdc76e73c88b 100644 (file)
@@ -428,8 +428,6 @@ sub htmllink ($$$;@) { #{{{
        my $link=shift;
        my %opts=@_;
 
        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);
        my $bestlink;
        if (! $opts{forcesubpage}) {
                $bestlink=bestlink($lpage, $link);