From 18ca1145f91e21b6a409e3a5d1147c8bf0b8cdd6 Mon Sep 17 00:00:00 2001 From: Pascale Noyret Date: Mon, 12 Nov 2012 10:43:19 +0000 Subject: [PATCH] minor bug --- InterfaceQT4/monFonctionPanel.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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:] -- 2.39.2