[Erp5-report] r39867 nicolas.dumazet - /erp5/trunk/products/ERP5Type/Base.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Nov 4 03:50:23 CET 2010
Author: nicolas.dumazet
Date: Thu Nov 4 03:50:22 2010
New Revision: 39867
URL: http://svn.erp5.org?rev=39867&view=rev
Log:
id was not even passed or used to the function
Modified:
erp5/trunk/products/ERP5Type/Base.py
Modified: erp5/trunk/products/ERP5Type/Base.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/Base.py?rev=39867&r1=39866&r2=39867&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/Base.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/Base.py [utf8] Thu Nov 4 03:50:22 2010
@@ -544,8 +544,6 @@ def initializePortalTypeDynamicPropertie
from Products.ERP5Type.Cache import initializePortalCachingProperties
initializePortalCachingProperties(portal)
- id = ''
- #LOG('before aq_portal_type %s' % id, 0, str(ptype))
if aq_key not in Base.aq_portal_type:
# Mark as generated
prop_holder = PropertyHolder()
More information about the Erp5-report
mailing list