From: Pascale Noyret Date: Mon, 12 Nov 2012 10:43:19 +0000 (+0000) Subject: minor bug X-Git-Tag: LOGILAB~18 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=18ca1145f91e21b6a409e3a5d1147c8bf0b8cdd6;p=tools%2Feficas.git minor bug --- diff --git a/InterfaceQT4/monFonctionPanel.py b/InterfaceQT4/monFonctionPanel.py index 4883f533..9e3de60a 100644 --- a/InterfaceQT4/monFonctionPanel.py +++ b/InterfaceQT4/monFonctionPanel.py @@ -36,7 +36,7 @@ class MonFonctionPanel(MonPlusieursBasePanel): discretes """ def __init__(self,node, parent = None,name = None,fl = 0): - print "MonFonctionPanel" + #print "MonFonctionPanel" self.node=node self.SetNbValeurs() MonPlusieursBasePanel.__init__(self,node,parent,name,fl) @@ -139,7 +139,6 @@ class MonFonctionPanel(MonPlusieursBasePanel): if not validite : self.editor.affiche_infos(comm,Qt.red) else: - print "iiii" self.LEValeur.setText(QString("")) l1=self.listeValeursCourantes[:indexListe] l3=self.listeValeursCourantes[indexListe:]