From d41af527b8caef8dec6e3fe39dea33680ae55535 Mon Sep 17 00:00:00 2001 From: Daniel STAN Date: Sat, 13 Sep 2014 20:20:06 +0200 Subject: [PATCH] =?UTF-8?q?impression:=20d=C3=A9bite=20uniquement=20en=20n?= =?UTF-8?q?on=20d=C3=A9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- impression/impression_hp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/impression/impression_hp.py b/impression/impression_hp.py index 8a8181f8..b7c75408 100644 --- a/impression/impression_hp.py +++ b/impression/impression_hp.py @@ -353,7 +353,7 @@ class impression(object): self._jid = self._uniq_jid() # debite l'adhérent si adherent il y a - if (self._adh != None): + if not DEBUG and (self._adh != None): adh = self._adh.split('@') if len(adh) > 1: adh = adh[1:]