diff --git a/Code/Wrappers/PyQt/otbapp/widgets.py b/Code/Wrappers/PyQt/otbapp/widgets.py index 1b8dacf3261de785d656ea9f2d4ba82b111811fc..32c9639a43dfa61ae63512ca7ce8fea25f06cfb0 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: