]> SALOME platform Git repositories - tools/eficas.git/blobdiff - Editeur/Objecttreeitem.py
Salome HOME
onItem=Deplie
[tools/eficas.git] / Editeur / Objecttreeitem.py
index 3118807c003e865c597388ccc52bc82d37a49f34..6ad5ae202ebe084d760596c48c4b7c2fe254a3be 100644 (file)
@@ -55,7 +55,6 @@ class TreeItem:
 
     def __init__(self):
         """Constructor.  Do whatever you need to do."""
-        print self
 
     def GetText(self):
         """Return text string to display."""
@@ -163,6 +162,7 @@ class ObjectTreeItem(TreeItem,Delegate):
         """ Connecte la fonction callable (avec arguments args) à l'item self sur le 
             canal channel
         """
+        #print self,channel,callable,args
         CONNECTOR.Connect(self._object,channel,callable,args)
         CONNECTOR.Connect(self.object, channel,callable,args)