Commit 2a962ad9 authored by Aurel's avatar Aurel

I do not see the need to propagate information at this level, so

remove it


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@572 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 4a1281b7
...@@ -286,5 +286,3 @@ class ElectionEventHandler(MasterEventHandler): ...@@ -286,5 +286,3 @@ class ElectionEventHandler(MasterEventHandler):
if c.getUUID() == uuid: if c.getUUID() == uuid:
c.close() c.close()
node.setState(state) node.setState(state)
logging.debug('broadcasting node information')
app.broadcastNodeInformation(node)
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