Commit 16f26513 authored by Ayush Tiwari's avatar Ayush Tiwari Committed by Ayush Tiwari

bt5_config: remove useless pdb

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