From: Paul Brossier Date: Sat, 9 Feb 2013 22:37:46 +0000 (-0500) Subject: gen_pyobject.py: quiet please X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f6efc820444ebc9a1be1f6f1461ba82b09e2c167;p=aubio.git gen_pyobject.py: quiet please --- diff --git a/interfaces/python/gen_pyobject.py b/interfaces/python/gen_pyobject.py index aec73a87..20f4534a 100644 --- 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