From 9c9a9733eb308327cdbc6ebe55798acdd585ca92 Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Sat, 6 Dec 2008 14:47:16 +0100 Subject: [PATCH] MusicXML: Remove debug output --- python/musicxml.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/python/musicxml.py b/python/musicxml.py index 5c845f841a..9a918ba6b3 100644 --- a/python/musicxml.py +++ b/python/musicxml.py @@ -430,8 +430,6 @@ class Attributes (Measure_element): else: i.message (_ ("Key alteration octave given for a " "non-existing alteration nr. %s, available numbers: %s!") % (nr, len(alterations))) - i.message ( "Non-standard key signature (after octave %s for alter nr %s): %s" % (i.get_text (), nr, alterations)) - i.message ( "Non-standard key signature with alterations %s found!" % alterations) return alterations def get_transposition (self): -- 2.39.2