From 82bbb96eba0eb013e54b7ce2ad15fc2dc32982eb Mon Sep 17 00:00:00 2001 From: Christian Caremoli <> Date: Mon, 19 Jun 2006 15:22:56 +0000 Subject: [PATCH] enlever print de debug --- Ihm/I_ETAPE.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Ihm/I_ETAPE.py b/Ihm/I_ETAPE.py index 86909527..f9be1fa6 100644 --- a/Ihm/I_ETAPE.py +++ b/Ihm/I_ETAPE.py @@ -85,7 +85,6 @@ class ETAPE(I_MCCOMPO.MCCOMPO): """ #print "fin_modif",self,self.parent if self.nom == "DETRUIRE": - traceback.print_stack(limit=8) #Il n'est pas conseillé de mettre des traitements dans fin_modif. Ceci est une # exception qu'il faut supprimer à terme. #une commande DETRUIRE a été modifiée. Il faut verifier les commandes -- 2.39.2