diff --git a/product/ERP5Wizard/PAS/ERP5RemoteUserManager.py b/product/ERP5Wizard/PAS/ERP5RemoteUserManager.py index c3c24312d0b5d40909e838b4086702956ecc0608..57767d5fefcf6319798851ff0bba7d509063b9f2 100755 --- a/product/ERP5Wizard/PAS/ERP5RemoteUserManager.py +++ b/product/ERP5Wizard/PAS/ERP5RemoteUserManager.py @@ -36,7 +36,6 @@ def addERP5RemoteUserManager(dispatcher, id, title=None, REQUEST=None): """ Add a ERP5UserManager to a Pluggable Auth Service. """ eum = ERP5RemoteUserManager(id, title) - print eum dispatcher._setObject(eum.getId(), eum) if REQUEST is not None: @@ -103,7 +102,6 @@ class ERP5RemoteUserManager(ERP5UserManager): portal = self.getPortalObject() is_authenticated = int(portal.WizardTool_authenticateCredentials(login , password)) if is_authenticated: - print is_authenticated return login, login finally: setSecurityManager(sm)