Commit f5260d0e authored by Yoshinori Okuji's avatar Yoshinori Okuji

Disable an excessive log.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13116 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ca3acafa
......@@ -967,7 +967,7 @@ class Base( CopyContainer,
self._aq_dynamic('id') # Make sure _aq_dynamic has been called once
if hasattr(Base.aq_portal_type[self.portal_type], accessor_name):
method = getattr(self, accessor_name)
LOG("Base.py", 0, "method = %s, name = %s" %(method, accessor_name))
# LOG("Base.py", 0, "method = %s, name = %s" %(method, accessor_name))
method(value, **kw)
return
if hasattr(Base.aq_portal_type[self.portal_type], public_accessor_name):
......
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