Commit 8d42a2e6 authored by Julien Muchembled's avatar Julien Muchembled

client: remove useless debug log

The next line (MTClientConnection) already logs new connections
and the storage node is necessarily in RUNNING state.
parent 09bc404f
......@@ -44,7 +44,6 @@ class ConnectionPool(object):
app = self.app
if app.master_conn is None:
raise NEOPrimaryMasterLost
logging.debug('trying to connect to %s - %s', node, node.getState())
conn = MTClientConnection(app, app.storage_event_handler, node,
dispatcher=app.dispatcher)
p = Packets.RequestIdentification(NodeTypes.CLIENT,
......
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