From aba82601ad6177eb445468ac8c2310126450b09a Mon Sep 17 00:00:00 2001 From: Nicolas Dumazet <nicolas.dumazet@nexedi.com> Date: Thu, 4 Nov 2010 02:50:22 +0000 Subject: [PATCH] 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 --- product/ERP5Type/Base.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/product/ERP5Type/Base.py b/product/ERP5Type/Base.py index 4cbf700880..14ea29e1b8 100644 --- a/product/ERP5Type/Base.py +++ b/product/ERP5Type/Base.py @@ -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() -- 2.30.9