Commit 3356553d authored by Romain Courteaud's avatar Romain Courteaud

Remove LOG.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2984 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent facb0ce3
......@@ -890,7 +890,7 @@ class Base( CopyContainer, PortalContent, ActiveObject, ERP5PropertyManager ):
# We only change if the value is different
# This may be very long....
accessor_name = 'get' + UpperCase(key)
LOG("Base_edit,key: ",0, key)
#LOG("Base_edit,key: ",0, key)
if force_update:
old_value = None
elif hasattr(self, 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