From: Paul Brossier Date: Thu, 8 Oct 2009 00:37:08 +0000 (+0200) Subject: src/utils/hist.py: kill print X-Git-Tag: bzr2git~174 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c9ca5a6e2c6b75d593041f50e1d99c613144aea9;p=aubio.git src/utils/hist.py: kill print --- diff --git a/tests/python/src/utils/hist.py b/tests/python/src/utils/hist.py index d7dc774e..905235a5 100644 --- a/tests/python/src/utils/hist.py +++ b/tests/python/src/utils/hist.py @@ -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):