From 046f94e74e727e9d232dcb719e3dbad28384a0fd Mon Sep 17 00:00:00 2001 From: Francisco Vila Date: Thu, 19 Feb 2009 00:47:25 +0100 Subject: [PATCH] Remove a debug command from convert-ly --- python/convertrules.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/convertrules.py b/python/convertrules.py index ad2c0cd..7d7551c 100644 --- a/python/convertrules.py +++ b/python/convertrules.py @@ -1820,8 +1820,8 @@ def conv (str): s = len (lower_pitches) -1 a = g - lower_pitches [-1] - - print s , lower_pitches, g, a, s +# for debugging +# print s , lower_pitches, g, a, s str = 'cdefgab' [s] str += ['eses', 'es', '', 'is', 'isis'][a + 2] if o < 0: -- 1.5.6.3