remove left-over pdb. it's breaking testERP5Simulation tests

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31764 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e8576b55
......@@ -65,7 +65,6 @@ class UnifySolver(SolverMixin, ConfigurableMixin, XMLObject):
"""
solved_property = self._getPortalTypeValue().getTestedProperty()
for movement in self.getDeliveryValueList():
import pdb; pdb.set_trace()
configuration_dict = self.getConfigurationPropertyDict()
new_value = configuration_dict.get('value')
movement.setProperty(solved_property, new_value)
......
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