From: pascale.noyret Date: Thu, 30 Aug 2018 14:06:09 +0000 (+0200) Subject: suprression print X-Git-Tag: preparation_V8_5_1~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=41e388eb18e697040dcfd8a9c437d135ca2c3eb8;p=tools%2Feficas.git suprression print --- diff --git a/Ihm/I_MACRO_ETAPE.py b/Ihm/I_MACRO_ETAPE.py index c3ea63d1..40941944 100644 --- a/Ihm/I_MACRO_ETAPE.py +++ b/Ihm/I_MACRO_ETAPE.py @@ -163,8 +163,8 @@ class MACRO_ETAPE(I_ETAPE.ETAPE): # Erreurs dans l'INCLUDE. On garde la memoire du fichier # mais on n'insere pas les concepts # On retablit l'etape courante step - print (j.cr) - print ("valid ",j.isValid()) + #print (j.cr) + #print ("valid ",j.isValid()) CONTEXT.unsetCurrentStep() CONTEXT.setCurrentStep(step) raise EficasException(tr("Impossible de relire le fichier %s \n ")+ six.text_type(j.cr)) @@ -174,7 +174,7 @@ class MACRO_ETAPE(I_ETAPE.ETAPE): # L'INCLUDE n'est pas valide. # on produit un rapport d'erreurs cr=j.report() - print ('cr', cr) + #print ('cr', cr) # On retablit l'etape courante step CONTEXT.unsetCurrentStep() CONTEXT.setCurrentStep(step) @@ -613,7 +613,7 @@ class MACRO_ETAPE(I_ETAPE.ETAPE): """ Cette methode sert a craer un contexte en interpratant un texte source Python. """ - print ("makeContexteInclude",fichier) + #print ("makeContexteInclude",fichier) # on recupere le contexte d'un nouveau jdc dans lequel on interprete text contexte = self.getContexteJdc(fichier,text) if contexte == None : @@ -627,7 +627,7 @@ class MACRO_ETAPE(I_ETAPE.ETAPE): # g_context est utilise pour avoir les concepts produits par la macro # contexte_fichier_init est utilise pour avoir les concepts supprimes par la macro self.contexte_fichier_init = contexte - print ("fin makeContexteInclude",fichier) + #print ("fin makeContexteInclude",fichier) def reevalueFichierInitObsolete(self): """Recalcule les concepts produits par le fichier enregistre"""