From: Graham Percival Date: Sat, 13 Mar 2010 23:30:29 +0000 (+0000) Subject: Doc build: remove debugging message. X-Git-Tag: release/2.13.16-1~27 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b95f60e510626afb5ac74803eb9e46c615b1dc0b;p=lilypond.git Doc build: remove debugging message. --- diff --git a/Documentation/lilypond-texi2html.init b/Documentation/lilypond-texi2html.init index 42181c655f..0847994b85 100644 --- a/Documentation/lilypond-texi2html.init +++ b/Documentation/lilypond-texi2html.init @@ -914,7 +914,7 @@ sub lilypond_init_map () my ($docu_dir, $docu_name) = split_texi_filename ($Texi2HTML::THISDOC{'input_file_name'}); my $map_filename = main::locate_include_file ("${docu_name}.$Texi2HTML::THISDOC{current_lang}.xref-map") || main::locate_include_file ("${docu_name}.xref-map"); - print STDERR "Map filename is: $map_filename\nDocu name is $docu_name\n"; + #print STDERR "Map filename is: $map_filename\nDocu name is $docu_name\n"; if ($docu_name eq 'web') { $web_manual = 1; web_settings();