From fa11ce056a753e1c39170754f4e2748a6e2f60b1 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 9 Feb 2013 14:50:57 -0500 Subject: [PATCH] demo_spectrogram.py: remove debug output --- interfaces/python/demo_spectrogram.py | 1 - 1 file changed, 1 deletion(-) 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 -- 2.26.2