Commit 7e99c5ff authored by Romain Courteaud's avatar Romain Courteaud

Remove a LOG message.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2483 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ce3a5b24
......@@ -317,7 +317,6 @@ class RelationStringFieldValidator(Validator.StringValidator):
relation_setter_id = field.get_value('relation_setter_id')
if (value == current_value) and (relation_uid is None):
LOG('RelationStringFieldValidator, validate',0,'Same value, but relation_uid: %s' % str(relation_uid) )
return None
# XXX return RelationEditor(key, base_category, portal_type, None,
# portal_type_item, catalog_index, value, relation_setter_id, None)
......
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