]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
PN : print intempestif enleve
authoreficas <>
Thu, 9 Dec 2004 17:38:17 +0000 (17:38 +0000)
committereficas <>
Thu, 9 Dec 2004 17:38:17 +0000 (17:38 +0000)
Editeur/fonctionpanel.py

index 3a9fdd2a13061c948f41b6093d4cc15b575caf3c..644ade700230819ea4979aa29dbb32a2a05246b8 100644 (file)
@@ -255,7 +255,6 @@ class FONCTION_Panel(PLUSIEURS_BASE_Panel):
         affiche="("
         separe=""
        for val in valeur:
-            print str(val)
            affiche=affiche+separe+str(val)
            separe=","
         affiche=affiche+")"