From 221cdc33868582178e78194ea7f7513979508cde Mon Sep 17 00:00:00 2001 From: Francisco Vila Date: Tue, 24 Feb 2009 16:57:07 +0100 Subject: [PATCH] Remove a debug command from convert-ly --- python/convertrules.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/convertrules.py b/python/convertrules.py index d0bd108d7b..574e64b5a3 100644 --- a/python/convertrules.py +++ b/python/convertrules.py @@ -1821,7 +1821,6 @@ def conv (str): a = g - lower_pitches [-1] - print s , lower_pitches, g, a, s str = 'cdefgab' [s] str += ['eses', 'es', '', 'is', 'isis'][a + 2] if o < 0: -- 2.39.5