Commit aba82601 authored by Nicolas Dumazet's avatar Nicolas Dumazet

id was not even passed or used to the function


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39867 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 62252cda
......@@ -544,8 +544,6 @@ def initializePortalTypeDynamicProperties(self, klass, ptype, aq_key, portal):
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()
......
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