Commit 36f469fe authored by Romain Courteaud's avatar Romain Courteaud

Remove forgotten pdb call.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11371 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 39de4649
......@@ -158,7 +158,6 @@ class Queue:
'Validation of Object %s raised exception' % '/'.join(message.object_path),
error=sys.exc_info())
# Do not try to call methods on objects which cause errors
import pdb;pdb.set_trace()
return EXCEPTION
return VALID
......
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