shithub: aubio

Download patch

ref: c9ca5a6e2c6b75d593041f50e1d99c613144aea9
parent: 5a93302d1307e92c952871de693ca9dc98595b1a
author: Paul Brossier <piem@piem.org>
date: Wed Oct 7 22:37:08 EDT 2009

src/utils/hist.py: kill print

--- a/tests/python/src/utils/hist.py
+++ b/tests/python/src/utils/hist.py
@@ -12,7 +12,6 @@
 class hist_unit(aubio_unit_template):
 
   def setUp(self):
-    print flow, fhig
     self.o = new_aubio_hist(flow, fhig, nelems, channels)
 
   def tearDown(self):