[Erp5-report] r25620 - /erp5/trunk/products/ERP5Wizard/PAS/ERP5RemoteUserManager.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Feb 19 12:14:03 CET 2009


Author: ivan
Date: Thu Feb 19 12:14:02 2009
New Revision: 25620

URL: http://svn.erp5.org?rev=25620&view=rev
Log:
Remove logging.

Modified:
    erp5/trunk/products/ERP5Wizard/PAS/ERP5RemoteUserManager.py

Modified: erp5/trunk/products/ERP5Wizard/PAS/ERP5RemoteUserManager.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Wizard/PAS/ERP5RemoteUserManager.py?rev=25620&r1=25619&r2=25620&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Wizard/PAS/ERP5RemoteUserManager.py [utf8] (original)
+++ erp5/trunk/products/ERP5Wizard/PAS/ERP5RemoteUserManager.py [utf8] Thu Feb 19 12:14:02 2009
@@ -36,7 +36,6 @@
     """ 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 @@
               portal = self.getPortalObject() 
               is_authenticated = int(portal.WizardTool_authenticateCredentials(login , password))
               if is_authenticated:
-                print is_authenticated
                 return login, login
             finally:
               setSecurityManager(sm)




More information about the Erp5-report mailing list