Commit c340516c authored by Vincent Pelletier's avatar Vincent Pelletier

Remove an unneeded (no-op) method overload.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2206 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent cc841dca
......@@ -34,10 +34,6 @@ def checkConnectionIsReplicatorConnection(func):
class ReplicationHandler(EventHandler):
"""This class handles events for replications."""
def connectionCompleted(self, conn):
# Nothing to do.
pass
def connectionLost(self, conn, new_state):
logging.error('replication is stopped due to a connection lost')
self.app.replicator.reset()
......
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