Commit 67acfb97 authored by Romain Courteaud's avatar Romain Courteaud

Remove LOG message.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3239 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent adb71c2d
......@@ -207,9 +207,6 @@ class DeliveryBuilder(XMLObject, Amount, Predicate):
Test object properties.
"""
result = 1
LOG("DeliveryBuilder, testObjectProperties", 0,
"object: %s , property_dict: %s" %\
(str(object), str(property_dict)))
for key in property_dict:
getter_name = 'get%s' % convertToUpperCase(key)
if hasattr(object, getter_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