summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/client_utils
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2016-01-20 11:09:25 -0500
committerimarom <imarom@cisco.com>2016-01-21 10:11:56 -0500
commitb726b5682fca2b1e032380401457d1afb47e1713 (patch)
treeb56576cd385cc662453095917d8c6d87ff4e62c8 /scripts/automation/trex_control_plane/client_utils
parentc93acc26bf2517c872da716198e76bcf566b836a (diff)
draft #3
Diffstat (limited to 'scripts/automation/trex_control_plane/client_utils')
-rwxr-xr-xscripts/automation/trex_control_plane/client_utils/jsonrpc_client.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/automation/trex_control_plane/client_utils/jsonrpc_client.py b/scripts/automation/trex_control_plane/client_utils/jsonrpc_client.py
index e08f5d69..05a32bc4 100755
--- a/scripts/automation/trex_control_plane/client_utils/jsonrpc_client.py
+++ b/scripts/automation/trex_control_plane/client_utils/jsonrpc_client.py
@@ -204,9 +204,6 @@ class JsonRpcClient(object):
# Socket to talk to server
self.transport = "tcp://{0}:{1}".format(self.server, self.port)
- msg = "\nConnecting To RPC Server On {0}".format(self.transport)
- self.logger.log(msg)
-
self.socket = self.context.socket(zmq.REQ)
try:
self.socket.connect(self.transport)