Commit 26f0f7e4 authored by Vincent Pelletier's avatar Vincent Pelletier

Remove logs from empty handlers. Packet handling log is enough to know the packet was recevied.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@760 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent b31bb9b1
......@@ -203,10 +203,10 @@ class PrimaryBootstrapHandler(BaseHandler):
conn.close()
def handleAnswerPartitionTable(self, conn, packet, ptid, row_list):
logging.info("handleAnswerPartitionTable")
pass
def handleAnswerNodeInformation(self, conn, packet, node_list):
logging.info("handleAnswerNodeInformation")
pass
class PrimaryNotificationsHandler(PrimaryBaseHandler):
......
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