Commit 104b3ac3 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Remove this XXX, clarify node states is in TODO list.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@1061 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 9adb3fe7
......@@ -86,7 +86,6 @@ class EventHandler(object):
"""Called when a packet is received."""
self.dispatch(conn, packet)
# XXX: what's the purpose of this method ?
def peerBroken(self, conn):
"""Called when a peer is broken."""
logging.error('%s:%d is broken', *(conn.getAddress()))
......
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