Commit 1ae955c0 authored by Ayush Tiwari's avatar Ayush Tiwari

bt5_config: remove useless pdb

parent 3cfd4565
...@@ -677,7 +677,6 @@ class BusinessItem(Implicit, Persistent): ...@@ -677,7 +677,6 @@ class BusinessItem(Implicit, Persistent):
""" """
# In case the path denotes property, we create separate object for # In case the path denotes property, we create separate object for
# ObjectTemplateItem and handle the installation there. # ObjectTemplateItem and handle the installation there.
import pdb; pdb.set_trace()
portal = context.getPortalObject() portal = context.getPortalObject()
if self.isProperty: if self.isProperty:
realtive_url, property_id = self._path.split('#') realtive_url, property_id = self._path.split('#')
......
...@@ -1687,7 +1687,6 @@ class TemplateTool (BaseTool): ...@@ -1687,7 +1687,6 @@ class TemplateTool (BaseTool):
""" """
if bm.getStatus() == 'reduced': if bm.getStatus() == 'reduced':
# Run install on separate Business Item one by one # Run install on separate Business Item one by one
import pdb; pdb.set_trace()
for path_item in bm._path_item_list: for path_item in bm._path_item_list:
path_item.install(self) path_item.install(self)
else: 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