Commit a3b706aa authored by Grégory Wisniewski's avatar Grégory Wisniewski

Remove useless method override.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1642 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 46390f7c
......@@ -95,9 +95,6 @@ class ClientOperationHandler(BaseClientAndStorageOperationHandler):
self.dealWithClientFailure(conn.getUUID())
BaseClientAndStorageOperationHandler.peerBroken(self, conn)
def connectionCompleted(self, conn):
BaseClientAndStorageOperationHandler.connectionCompleted(self, conn)
def abortTransaction(self, conn, tid):
app = self.app
# TODO: remove try..except: pass
......
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