From 411304311ae9d61692d9af3b1f00417ddc178ea1 Mon Sep 17 00:00:00 2001 From: root <root@yunohost.yayaya.fr> Date: Thu, 25 Oct 2012 20:44:28 +0200 Subject: [PATCH] level cleared --- yunohost.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/yunohost.py b/yunohost.py index a5eafc0e..faa6a634 100644 --- a/yunohost.py +++ b/yunohost.py @@ -223,7 +223,6 @@ class YunoHostLDAP(Singleton): raise YunoHostError(125, _("Interrupted")) self.level = self.level+1 - print self.level try: self.conn.simple_bind_s('cn=admin,' + self.base, self.pwd) except ldap.INVALID_CREDENTIALS: @@ -244,7 +243,6 @@ class YunoHostLDAP(Singleton): """ try: - print 'WIN !' self.conn.unbind_s() except: raise YunoHostError(169, _('An error occured during disconnection'))