From b1971337908bf468449b8e066d884892b7caada8 Mon Sep 17 00:00:00 2001 From: Julien Malik <julien.malik@c-s.fr> Date: Tue, 21 Jun 2011 09:14:14 +0200 Subject: [PATCH] ENH: remove cout --- Code/Wrappers/PyQt/otbapp/widgets.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Code/Wrappers/PyQt/otbapp/widgets.py b/Code/Wrappers/PyQt/otbapp/widgets.py index 1b8dacf326..32c9639a43 100644 --- a/Code/Wrappers/PyQt/otbapp/widgets.py +++ b/Code/Wrappers/PyQt/otbapp/widgets.py @@ -343,10 +343,8 @@ class QParameterGroup(QParameterBase): w.CreateWidget() if widgetClass is not QParameterGroup: - print " form.addRow(w" form.addRow( app.GetParameterName(key), w ) else: - print " form.addWidget(w" form.addRow(w) if self._paramKey: -- GitLab