Commit 5b065e6b authored by Yoshinori Okuji's avatar Yoshinori Okuji

Disable an excessive log message.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3846 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ddd07235
...@@ -336,7 +336,7 @@ def registerBaseCategories(property_sheet): ...@@ -336,7 +336,7 @@ def registerBaseCategories(property_sheet):
if type(category_list) is type('') : if type(category_list) is type('') :
category_list = (category_list,) category_list = (category_list,)
for bc in category_list : for bc in category_list :
LOG('registerBaseCategories', 0, 'bc = %r in %s' % (bc, property_sheet)) #LOG('registerBaseCategories', 0, 'bc = %r in %s' % (bc, property_sheet))
base_category_dict[bc] = 1 base_category_dict[bc] = 1
def importLocalInterface(class_id, path = None): def importLocalInterface(class_id, path = None):
......
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