From: Reinhold Kainhofer Date: Sun, 30 Nov 2008 20:34:55 +0000 (+0100) Subject: MusicXML: Remove debug output X-Git-Tag: release/2.12.0-1~40^2~8 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f420654e26a36d5f70580490d42ad3063ab2dba7;p=lilypond.git MusicXML: Remove debug output --- diff --git a/python/musicexp.py b/python/musicexp.py index 9672a29fa7..d53815b03c 100644 --- a/python/musicexp.py +++ b/python/musicexp.py @@ -1469,7 +1469,6 @@ class KeySignatureChange (Music): # fix it and remove the following call, otherwise add a # proper comment here! alterations.reverse () - print "Non-Standard alterations printed out: %s" % alterations return "\\set Staff.keySignature = #`(%s)" % string.join (alterations, " ") else: return ''