Commit 82a731e6 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Disable an unneeded log.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3045 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3c7ac77f
......@@ -1680,7 +1680,7 @@ class Base( CopyContainer, PortalContent, ActiveObject, ERP5PropertyManager ):
Index an object in a deferred manner.
"""
if self.isIndexable:
LOG('queueCataloggedObject', 0, 'activate immediateQueueCataloggedObject on %s' % self.getPath())
#LOG('queueCataloggedObject', 0, 'activate immediateQueueCataloggedObject on %s' % self.getPath())
self.activate(**kw).immediateQueueCataloggedObject(*args, **kw)
security.declarePublic('recursiveQueueCataloggedObject')
......
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