Commit 943733c2 authored by Ivan Tyagov's avatar Ivan Tyagov

Remove logging.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25620 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a56a5431
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment