shithub: aubio

Download patch

ref: fa11ce056a753e1c39170754f4e2748a6e2f60b1
parent: 4db10ad3e1cbace8fd76a189d37a3a1daeaa3b67
author: Paul Brossier <piem@piem.org>
date: Sat Feb 9 09:50:57 EST 2013

demo_spectrogram.py: remove debug output

--- a/interfaces/python/demo_spectrogram.py
+++ b/interfaces/python/demo_spectrogram.py
@@ -45,7 +45,6 @@
       # 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