Commit 2a9438ba authored by Nicolas Delaby's avatar Nicolas Delaby

Remove pdb

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14418 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d5afe8f4
......@@ -514,9 +514,6 @@ class Signature(Folder,SyncCode):
Return the actual action for a partial synchronization
"""
# LOG('setConflictList, list',0,conflict_list)
for conflict in conflict_list:
if isinstance(conflict,str):
import pdb; pdb.set_trace()
if conflict_list is None or conflict_list==[]:
self.resetConflictList()
else:
......
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