From: André Ribes Date: Thu, 8 Dec 2011 12:45:58 +0000 (+0100) Subject: Remove prints X-Git-Tag: V6_4_0rc3^0 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=425162fc60b986c9e484a3400e1db9ad68198624;p=modules%2Fadao.git Remove prints --- diff --git a/src/daSalome/daGUI/daGuiImpl/adaoGuiHelper.py b/src/daSalome/daGUI/daGuiImpl/adaoGuiHelper.py index 3f553e9..7fb486b 100644 --- a/src/daSalome/daGUI/daGuiImpl/adaoGuiHelper.py +++ b/src/daSalome/daGUI/daGuiImpl/adaoGuiHelper.py @@ -74,10 +74,8 @@ def getSelectedItem(salomeStudyId=-100): studyEditor = salome.kernel.studyedit.getStudyEditor() item = None listEntries=salome.sg.getAllSelected() - print listEntries if len(listEntries) >= 1: entry = listEntries[0] - print entry item = studyEditor.study.FindObjectID( entry ) return item