Commit 1551436f authored by Ayush Tiwari's avatar Ayush Tiwari

bt5_config: Remove unnecessary debuggers

parent 8ff77132
......@@ -320,7 +320,6 @@ class BusinessManager(XMLObject):
"""
Adds the Business Item objects for the given Business Manager objects
"""
import pdb; pdb.set_trace()
self._path_item_list.extend(other._path_item_list)
template_path_list = list(self.template_path_list)+list(other.template_path_list)
self.template_path_list = template_path_list
......
......@@ -1695,7 +1695,7 @@ class TemplateTool (BaseTool):
installed_bm_list = self.getInstalledBusinessManagerList()
installed_bm_title_list = self.getInstalledBusinessManagerTitleList()
installed_bm_dict = dict(zip(installed_bm_title_list, installed_bm_list))
import pdb; pdb.set_trace()
for bm in bm_list:
if bm.title in installed_bm_title_list:
......
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