diff --git a/product/ERP5Type/ZopePatch.py b/product/ERP5Type/ZopePatch.py index 7634a454f09deab90b5ed6a99f54fdf08c438856..d0c924789fa5791769251e963a5079ab422a499a 100755 --- a/product/ERP5Type/ZopePatch.py +++ b/product/ERP5Type/ZopePatch.py @@ -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,