Commit 4db9386e authored by Vincent Pelletier's avatar Vincent Pelletier

Remove pdb call.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18582 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4429d641
......@@ -780,7 +780,6 @@ class ActivityTool (Folder, UniqueObject):
def invoke(self, message):
if getattr(self, 'aq_chain', None) is not None:
# Grab existing acquisition chain and extrach base objects.
import pdb; pdb.set_trace()
base_chain = [aq_base(x) for x in self.aq_chain]
# Grab existig request (last chain item) and create a copy.
request_container = base_chain.pop()
......
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