From 98717e07a8c5e95743508966fbefafef354cfc85 Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Mon, 7 Jul 2008 17:13:13 +0200 Subject: [PATCH] Remove unneccessary commented code --- lilypond-texi2html.init | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lilypond-texi2html.init b/lilypond-texi2html.init index 1bddcbd893..aa67e655bf 100644 --- a/lilypond-texi2html.init +++ b/lilypond-texi2html.init @@ -1,6 +1,5 @@ #!/usr/bin/env perl -# { package Texi2HTML::Config; my $lastfilename; @@ -79,10 +78,6 @@ sub split_at_numbered_sections($$$) my $docu_name = shift; my $docu_ext = $Texi2HTML::Config::EXTENSION; -# if ($$element{number} eq "1.1") { -# print_element_info ($element); -# } - # TOC, footer, about etc. are called with undefined $element and $type == "toc"|"stoc"|"foot"|"about" if ($type eq "toc" or $type eq "stoc" or $type eq "foot" or $type eq "about") { return; -- 2.39.5