From f420654e26a36d5f70580490d42ad3063ab2dba7 Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Sun, 30 Nov 2008 21:34:55 +0100 Subject: [PATCH] MusicXML: Remove debug output --- python/musicexp.py | 1 - 1 file changed, 1 deletion(-) 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 '' -- 2.39.2