From: fred Date: Tue, 26 Mar 2002 22:43:52 +0000 (+0000) Subject: lilypond-1.3.8 X-Git-Tag: release/1.5.59~1967 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0d7dbcebf4e03227fbaba3b26c6aa8895cfaeac3;p=lilypond.git lilypond-1.3.8 --- diff --git a/stepmake/bin/ls-latex.py b/stepmake/bin/ls-latex.py index 791f27aaa7..93f9b53937 100644 --- a/stepmake/bin/ls-latex.py +++ b/stepmake/bin/ls-latex.py @@ -86,7 +86,6 @@ def read_texinfo_header (s): m = re.search( '@settitle (.*)\n', s) if m: - print 'title found! ' header.title = m.group (1) m = re.search( '@author (.*)\n', s) if m: