]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/bin/ls-latex.py
release: 1.3.8
[lilypond.git] / stepmake / bin / ls-latex.py
index 791f27aaa70b6ff3676afe8fa543d4ca222b2cf9..93f9b5393789bb00b1897b662515477d44027791 100644 (file)
@@ -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: