From 769f635f2b88168260443b42e654ce9136598a58 Mon Sep 17 00:00:00 2001 From: eficas <> Date: Thu, 29 Jul 2004 12:30:39 +0000 Subject: [PATCH] PN petit commentaire en moins... --- Validation/V_MCSIMP.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Validation/V_MCSIMP.py b/Validation/V_MCSIMP.py index dba51b6a..0d64539f 100644 --- a/Validation/V_MCSIMP.py +++ b/Validation/V_MCSIMP.py @@ -190,9 +190,7 @@ class MCSIMP: if self.compare_type(obj,type_permis) : return 1 except Exception,e : - print "AAAAAAAAAAAAA" - print "e = ",str(e) - pass + if CONTEXT.debug : print "e = ",str(e) if cr =='oui': self.cr.fatal("%s n'est pas d'un type autorisé" %`valeur`) -- 2.39.2