From b12fd80a82bc58c08b61f3e9b460072683674a28 Mon Sep 17 00:00:00 2001 From: eficas <> Date: Thu, 9 Dec 2004 17:38:17 +0000 Subject: [PATCH] PN : print intempestif enleve --- Editeur/fonctionpanel.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Editeur/fonctionpanel.py b/Editeur/fonctionpanel.py index 3a9fdd2a..644ade70 100644 --- a/Editeur/fonctionpanel.py +++ b/Editeur/fonctionpanel.py @@ -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+")" -- 2.39.2