Commit c74c7abd authored by Julien Muchembled's avatar Julien Muchembled

Do not flood logs

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38689 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4667a965
...@@ -179,8 +179,8 @@ def synchronizeDynamicModules(context, force=False): ...@@ -179,8 +179,8 @@ def synchronizeDynamicModules(context, force=False):
* with force=True, forcefully reset the classes on the current node * with force=True, forcefully reset the classes on the current node
and send out an invalidation to other nodes and send out an invalidation to other nodes
""" """
LOG("ERP5Type.Dynamic", 0, "Resetting dynamic classes")
return # XXX disabled for now return # XXX disabled for now
LOG("ERP5Type.Dynamic", 0, "Resetting dynamic classes")
portal = context.getPortalObject() portal = context.getPortalObject()
......
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