Commit 957b72b1 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Disable excessive LOG calls.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3173 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 342a3d9a
......@@ -486,7 +486,7 @@ class ERP5BTreeFolder2Base (BTreeFolder2Base):
ids = OIBTree()
mt_index[meta_type] = ids
ids[id] = 1
LOG('Added All Object in BTree mti',0, map(lambda x:str(x), mt_index.keys()))
#LOG('Added All Object in BTree mti',0, map(lambda x:str(x), mt_index.keys()))
self._mt_index = OOBTree(mt_index)
except:
LOG('BTreeFolder2', ERROR, 'Failed to fix %s.' % path,
......
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