Commit 438d9dbd authored by Vincent Pelletier's avatar Vincent Pelletier

Remove pdb call.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25041 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b6fd5d81
......@@ -591,7 +591,6 @@ def WorkflowTool_refreshWorklistCache(self):
try:
self.Base_zClearWorklistTable()
except ProgrammingError, error_value:
import pdb; pdb.set_trace()
# 1146 = table does not exist
if error_value[0] != 1146:
raise
......
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