Commit 2825e342 authored by Aurel's avatar Aurel

remove unused variable


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@550 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 5233177a
......@@ -94,7 +94,6 @@ class AdminEventHandler(BaseEventHandler):
conn.notify(p)
# send information to master node
master_conn = self.app.master_conn
msg_id = master_conn.getNextId()
ip, port = node.getServer()
node_list = [(node.getNodeType(), ip, port, uuid, state),]
p = protocol.notifyNodeInformation(node_list)
......
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