From f6efc820444ebc9a1be1f6f1461ba82b09e2c167 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 9 Feb 2013 17:37:46 -0500 Subject: [PATCH] gen_pyobject.py: quiet please --- interfaces/python/gen_pyobject.py | 1 - 1 file changed, 1 deletion(-) 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 -- 2.11.0