Commit 65fadbfd authored by Jean-Paul Smets's avatar Jean-Paul Smets

remove some logs


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2075 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3a9f8950
......@@ -137,7 +137,7 @@ def initializePortalTypeDynamicProperties(self, klass, ptype, recursive=0):
# Because of the order we generate accessors, it is still possible
# to overload data access for some accessors
ps_list = tuple(ps_list) + getClassPropertyList(klass)
LOG('ps_list',0, str(ps_list))
#LOG('ps_list',0, str(ps_list))
else:
ps_list = getClassPropertyList(klass)
for base in ps_list:
......@@ -161,7 +161,7 @@ def initializePortalTypeDynamicProperties(self, klass, ptype, recursive=0):
from Utils import initializeDefaultProperties
#LOG('initializeDefaultProperties: %s' % ptype, 0, str(prop_holder.__dict__))
initializeDefaultProperties([prop_holder], object=self)
LOG('initializeDefaultProperties: %s' % ptype, 0, str(prop_holder.__dict__))
#LOG('initializeDefaultProperties: %s' % ptype, 0, str(prop_holder.__dict__))
# We should now make sure workflow methods are defined
# and also make sure simulation state is defined
portal_workflow = getToolByName(self, 'portal_workflow')
......
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