src/utils/hist.py: kill print
authorPaul Brossier <piem@piem.org>
Thu, 8 Oct 2009 00:37:08 +0000 (02:37 +0200)
committerPaul Brossier <piem@piem.org>
Thu, 8 Oct 2009 00:37:08 +0000 (02:37 +0200)
tests/python/src/utils/hist.py

index d7dc774e716e2caaea31b86023f4a61778ed9e3f..905235a5b2667b298aa597d4a7db4dc9f0a7fa9e 100644 (file)
@@ -12,7 +12,6 @@ nelems = 1000
 class hist_unit(aubio_unit_template):
 
   def setUp(self):
-    print flow, fhig
     self.o = new_aubio_hist(flow, fhig, nelems, channels)
 
   def tearDown(self):