projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f400ea1
)
gen_pyobject.py: quiet please
author
Paul Brossier
<piem@piem.org>
Sat, 9 Feb 2013 22:37:46 +0000
(17:37 -0500)
committer
Paul Brossier
<piem@piem.org>
Sat, 9 Feb 2013 22:40:02 +0000
(17:40 -0500)
interfaces/python/gen_pyobject.py
patch
|
blob
|
history
diff --git
a/interfaces/python/gen_pyobject.py
b/interfaces/python/gen_pyobject.py
index aec73a876321220c4249398f2ab1a4678df21f8e..20f4534a14c1d79ae4b6b946df74c5c28d7f232e 100644
(file)
--- a/
interfaces/python/gen_pyobject.py
+++ b/
interfaces/python/gen_pyobject.py
@@
-359,7
+359,6
@@
def gen_do(dofunc, name):
if name in param_numbers.keys():
n_input_param, n_output_param = param_numbers[name]
- print name, n_output_param
else:
n_input_param, n_output_param = 1, n_param - 1