]> git.donarmstrong.com Git - lilypond.git/blobdiff - python/musicexp.py
MusicXML: Remove debug output
[lilypond.git] / python / musicexp.py
index 9672a29fa7e00fb70c728bb1b26af2d1b0dd0dc6..d53815b03c11788feb67662fb4aba38e92704bfb 100644 (file)
@@ -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 ''