Commit 2500d8da authored by Jérome Perrin's avatar Jérome Perrin

remove pdb.set_trace() checked in by mistake


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18378 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 520ca56d
......@@ -74,8 +74,6 @@ class CategoryExistence(Constraint):
error_message = 'message_category_not_associated_with_portal_type'
elif self._calculateArity(obj, base_category, portal_type) == 0:
error_message = 'message_category_not_set'
if base_category == 'destination_section':
import pdb; pdb.set_trace()
else:
error_message = 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