Commit c5949eb2 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

remove ipdb, sorry.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37942 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7a221299
......@@ -3546,7 +3546,6 @@ class CatalogSearchKeyTemplateItem(BaseTemplateItem):
key_title = 'Search key'
def build(self, context, **kw):
import ipdb; ipdb.set_trace()
catalog = _getCatalogValue(self)
if catalog is None:
LOG('BusinessTemplate', 0, 'no SQL catalog was available')
......
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