projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a93302
)
src/utils/hist.py: kill print
author
Paul Brossier
<piem@piem.org>
Thu, 8 Oct 2009 00:37:08 +0000
(
02:37
+0200)
committer
Paul Brossier
<piem@piem.org>
Thu, 8 Oct 2009 00:37:08 +0000
(
02:37
+0200)
tests/python/src/utils/hist.py
patch
|
blob
|
history
diff --git
a/tests/python/src/utils/hist.py
b/tests/python/src/utils/hist.py
index d7dc774e716e2caaea31b86023f4a61778ed9e3f..905235a5b2667b298aa597d4a7db4dc9f0a7fa9e 100644
(file)
--- 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):