From: Paul Brossier Date: Sat, 9 Feb 2013 19:50:57 +0000 (-0500) Subject: demo_spectrogram.py: remove debug output X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fa11ce056a753e1c39170754f4e2748a6e2f60b1;p=aubio.git demo_spectrogram.py: remove debug output --- diff --git a/interfaces/python/demo_spectrogram.py b/interfaces/python/demo_spectrogram.py index 67fd451b..16bd69ef 100755 --- a/interfaces/python/demo_spectrogram.py +++ b/interfaces/python/demo_spectrogram.py @@ -45,7 +45,6 @@ def get_spectrogram(filename): # convert to string ticks_labels = [ "%.1f" % x for x in ticks_labels ] # return position, label tuple to use with x/yticks - print ticks_positions, ticks_labels return ticks_positions, ticks_labels # apply to the axis