Commit df78ce7f authored by Nicolas Delaby's avatar Nicolas Delaby

Comment logs

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20070 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6ea7cab7
......@@ -2558,8 +2558,8 @@ class ListBoxValidator(Validator.Validator):
else:
LOG("ListBox WARNING",0,"Object uid %s could not be validated" % uid)
if len(errors) > 0:
LOG("ListBox FormValidationError",0,str(error_result))
LOG("ListBox FormValidationError",0,str(errors))
#LOG("ListBox FormValidationError",0,str(error_result))
#LOG("ListBox FormValidationError",0,str(errors))
raise FormValidationError(errors, error_result)
return result
......
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