From c9ca5a6e2c6b75d593041f50e1d99c613144aea9 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 8 Oct 2009 02:37:08 +0200 Subject: [PATCH] src/utils/hist.py: kill print --- tests/python/src/utils/hist.py | 1 - 1 file changed, 1 deletion(-) 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): -- 2.26.2